The ReportFactWithDetails class extends the ReportFact class. A ReportFactWithDetails object is returned if includeDetails is set to true when the report is run. To access the detail values, you’ll need to cast the return value of the ReportResults.getFactMap method to a ReportFactWithDetails object.
The following are methods for ReportFactWithDetails. All are instance methods.
public LIST<Reports.SummaryValue> getAggregates()
Type: List<Reports.SummaryValue>
public String getKey()
Type: String
public LIST<Reports.ReportDetailRow> getRows()
Type: List<Reports.ReportDetailRow>