PwsReportRef

Overview


This structure represents the unique key fields associated with identifying a report. 

Format


PwsReportRef
  • PwsReportRef
    • ReportId: Int32
    • ReportUid: Int64
    • WebServiceCode: String

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)


Example 01
            <rep:ReportIdentity>
               <com:ReportUid>1152921504606998473</com:ReportUid>
               <com:WebServiceCode>R234</com:WebServiceCode>
            </rep:ReportIdentity>