CreateDocumentData
A class that represents the data needed to create a report document.
Name | Description | Type | Additional information |
---|---|---|---|
ReportId |
Specifies the ID of the report which should be rendered. |
string |
Required |
Format |
Specifies the document format in which the report should be rendered. |
string |
Required |
DeviceInfo |
Specifies the device information settings. |
Dictionary of string [key] and Object [value] |
None. |
ParameterValues |
Specifies the actual values of the report parameters that will be used during the report rendering. |
Dictionary of string [key] and Object [value] |
None. |