Skip to main content

TCustomdxComponentPrinter.OnStartGenerateReport Event

Occurs when the printing component is about to build a report.

Declaration

property OnStartGenerateReport: TdxReportLinkNotifyEvent read; write;

Remarks

Handle this event to perform specific actions before the printing component starts building a report contained in the link specified by the AReportLink parameter. For instance, this event can be used to create an indicator for a report build process.

See Also