Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsReportRef
  • 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)


Code Block
languagexml
titleExample 01
collapsetrue
            <rep:ReportIdentity>
               <com:ReportUid>1152921504606998473</com:ReportUid>
               <com:WebServiceCode>R234</com:WebServiceCode>
            </rep:ReportIdentity>