TCustomdxComponentPrinter.AbortPrinting Property
Indicates whether to stop report printing.
Declaration
property AbortPrinting: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
When a report is being printed, every new page is preceded by the OnNewPage event. Set the AbortPrinting property to True within this event to abort printing.
See Also