Oracle® Business Intelligence Web Services Guide > Description of Structures in Oracle BI Web Services >

ReportRef Structure


Use this structure to reference 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 ReportRef should be populated.

The ReportRef structure is common to all services in Oracle BI Web Services. Table 23 lists the fields in this structure.

Table 23. ReportRef Structure Fields
Fields
Description

String reportPath

Specifies a string value that provides the path to the report in the Presentation Catalog. For example, /users/jchan/reports/.

String reportXML

Specifies a string value that contains the XML that defines the report.

Oracle® Business Intelligence Web Services Guide Copyright © 2007, Oracle. All rights reserved.