Skip to main content

TdxSpreadSheetReportDesigner.OnAfterBuild Event

Enables you to respond to completing the spreadsheet report generation.

Declaration

property OnAfterBuild: TNotifyEvent read; write;

Remarks

This event is fired when the report generation process (initiated by invoking the Build procedure) is finished. For instance, you can handle the OnAfterBuild event to add custom content to the generated report.

See Also