Back to Devexpress

TCustomdxComponentPrinter.DestroyReport(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-destroyreport-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest938 B
Original Source

TCustomdxComponentPrinter.DestroyReport(TBasedxReportLink) Method

Destroys the current report.

Declaration

delphi
procedure DestroyReport(AReportLink: TBasedxReportLink = nil);

Parameters

NameType
AReportLinkTBasedxReportLink

Remarks

Call the DestroyReport method to destroy the report of the current report link. The DestroyReport method is similar to the TBasedxReportLink.DestroyReport method, but safer to use because it implements a number of convenient features, such as an HourGlass cursor when destroying takes too much time.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit