TFlexCelReport.GetTable Method
Returns the VirtualDataTable with the specified name that was added to the report.
Syntax
Unit: FlexCel.Report
function TFlexCelReport.GetTable(const tableName: string): TVirtualDataTable;
Parameters
<-> |
Parameter |
Type |
Description |
const |
tableName |
string |
Name of the table to retrieve. |
See also