...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ReportId | Int32 | No | The report Id is a unique identifier for a report. For internal use only. |
|
ReportUid | Int64 | One of ReportUid or WebServiceCode is required | The report Uid is a unique and immutable identifier for a report | 1152921504606998473 |
WebServiceCode | String | See ReportUid | The web service code is a unique identifier for a report | R234 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<rep:ReportIdentity>
<com:ReportUid>1152921504606998473</com:ReportUid>
<com:WebServiceCode>R234</com:WebServiceCode>
</rep:ReportIdentity> |