ReportDataChunk
Use the ReportDataChunk data type to handle large report data sets, or to upload and download report data in smaller data chunks.
Fields Provided by ReportDataChunk
Field | Description |
---|---|
String fileID |
The identifier for the data file of the report in Publisher. |
byte[] reportDataChunk |
Byte[] array representing binary report data transported between the Publisher client and server. |
String reportRawDataChunk |
If raw XML data is used for the report, this element contains the XML data. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |