Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Structures in the Siebel Analytics Web SOAP API >

Referencing a Report Using the ReportRef Structure in the Siebel Analytics Web SOAP API


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.

Fields in the ReportRef Structure

Field
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 Administration Guide