Online Documentation for Advanced Excel Report for RAD Studio
OnAfterBuild event
Applies to
TEXLReport component
Declaration
property OnAfterBuild: TEXLReportAfterBuildEvent;
TEXLReportAfterBuildEvent = procedure(Sender: TObject; Report: ExcelWorksheet; RowCount, ColCount: Integer) of object;
Description
The OnAfterBuild event takes place when the report is already built. Parameter Report contains properties of the result Excel worksheet. RowCount and ColCount indicate the number of rows and columns in the result file.
See also: