ReportDescribeResult Class

Contains report, report type, and extended metadata for a tabular, summary, or matrix report.

Namespace

Reports

ReportDescribeResult Methods

The following are methods for ReportDescribeResult. All are instance methods.

getReportExtendedMetadata()

Returns additional information about grouping and summaries.

Syntax

public Reports.ReportExtendedMetadata getReportExtendedMetadata()

Return Value

Type: Reports.ReportExtendedMetadata

getReportMetadata()

Returns unique identifiers for groupings and summaries.

Syntax

public Reports.ReportMetadata getReportMetadata()

Return Value

Type: Reports.ReportMetadata

getReportTypeMetadata()

Returns the fields in each section of a report type, plus filtering information for those fields.

Syntax

public Reports.ReportTypeMetadata getReportTypeMetadata()

Return Value

Type: Reports.ReportTypeMetadata