Skip to main content

TCustomdxComponentPrinter.OnStartPrint Event

Occurs before the printing component prints the report.

Declaration

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