TVirtualDataTable.SupportingTable Method
This method should return the underlying table used to access the data if there is one. This will normally return the same instance, but in TOPN and ATLEAST datasets it returns the table used to calculate them.
Syntax
Unit: FlexCel.Report
function TVirtualDataTable.SupportingTable: TVirtualDataTable; virtual;