TdxSpreadSheetReportDesigner.OnBeforeBuild Event
Enables you to respond to beginning of the spreadsheet report generation process.
Declaration
property OnBeforeBuild: TNotifyEvent read; write;
Remarks
This event is fired prior to the report generation when the Build procedure is called.
See Also