TCustomdxComponentPrinter.AbortPrinting Property
In This Article
Indicates whether to stop report printing.
#Declaration
Delphi
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