TdxPSPrintStyle.OnBeforePrinting Event
In This Article
Occurs before printing a report.
#Declaration
Delphi
property OnBeforePrinting: TNotifyEvent read; write;
#Remarks
Write an OnBeforePrinting event handler to perform specific actions before printing a report.
See Also