...
This structure represents the unique key fields associated with identifying a report as well as all the associated report dataProjector report output.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ReportId | Int32 | The report Id is a unique identifier for a report. For internal use only. | |
ReportUid | Int64 | The report Uid is a unique and immutable identifier for a report. | |
WebServiceCode | String | The web service code is a unique identifier for a report. | |
ReportData | String | The report as a string. Populated if report format is XML, CSV, JSON, or JSONP. | see Usage Example |
ReportFile | Byte[] | The report in binary format. Populated if the report format is XLS or MDB. |
...