Siebel Analytics Web Services Guide > Description of Structures in the Siebel Analytics Web SOAP API >

ReportRef Structure


The ReportRef structure references a report, in one of the following ways:

  • The location of the report in the Web Catalog.
  • The ReportDef object that defines the report. This field should always be null.
  • The XML that defines the report.

NOTE:  Only one of the fields in the ReportRef fields should be populated.

The ReportRef structure is common to all services in the Siebel Analytics Web SOAP API. Table 17 lists the fields in this structure.

Table 17. ReportRef Structure Fields
Fields
Description

String reportPath

A string value that provides the path to the report in the Web Catalog.

ReportDef reportDef

Should be set to NULL.

String reportXML

A string value that contains the XML that defines the report.

Siebel Analytics Web Services Guide