TFlexCelReport.PreLoad Method
Used on included reports. For performance, the report will be parsed only once.
Syntax
Unit: FlexCel.Report
procedure TFlexCelReport.PreLoad(const aWorkbook: TExcelFile; var startingBand: TBand; const sheetToLoad: Integer; var ReportData: TBytes; out KeepRows: TFVList<TKeepTogether>; out KeepCols: TFVList<TKeepTogether>);
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
aWorkbook |
TExcelFile |
|
| var |
startingBand |
TBand |
|
| const |
sheetToLoad |
Integer |
|
| var |
ReportData |
TBytes |
|
| out |
KeepRows |
TFVList<TKeepTogether> |
|
| out |
KeepCols |
TFVList<TKeepTogether> |
|
See also