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.
ReportResults Class
Namespace
ReportResults Methods
The following are methods for ReportResults. All are instance methods.
getAllData()
Syntax
public Boolean getAllData()
Return Value
Type: Boolean
Usage
When true, indicates that all report results are returned.
When false, indicates that results are returned for the same number of rows as in a report run in Salesforce.
getFactMap()
Syntax
public MAP<String,Reports.ReportFact> getFactMap()
Return Value
Type: Map<String,Reports.ReportFact>
getGroupingsAcross()
Syntax
public Reports.Dimension getGroupingsAcross()
Return Value
Type: Reports.Dimension
getGroupingsDown()
Syntax
public Reports.Dimension getGroupingsDown()
Return Value
Type: Reports.Dimension
getHasDetailRows()
Syntax
public Boolean getHasDetailRows()
Return Value
Type: Boolean
Usage
- When true, indicates that the fact map returns values for summary-level and record-level data.
- When false, indicates that the fact map returns summary values.
getReportExtendedMetadata()
Syntax
public Reports.ReportExtendedMetadata getReportExtendedMetadata()
Return Value
getReportMetadata()
Syntax
public Reports.ReportMetadata getReportMetadata()
Return Value
Type: Reports.ReportMetadata