ReportFact is the parent class of ReportFactWithDetails and ReportFactWithSummaries. If includeDetails is true when the report is run, the fact map is a ReportFactWithDetails object. If includeDetails is false when the report is run, the fact map is a ReportFactWithSummaries object.
The following are methods for ReportFact. All are instance methods.
public LIST<Reports.SummaryValue> getAggregates()
Type: List<Reports.SummaryValue>
public String getKey()
Type: String