Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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