TCustomdxComponentPrinter.OnStartPrint Event
In This Article
Occurs before the printing component prints the report.
#Declaration
Delphi
property OnStartPrint: TdxStartPrintEvent read; write;
#Remarks
Write an OnStartPrint event handler to perform specific actions when the printing component starts printing a report contained in the link specified by the AReportLink parameter.
See Also