Skip to main content

TCustomdxComponentPrinter.DestroyReport(TBasedxReportLink) Method

Destroys the current report.

Declaration

procedure DestroyReport(AReportLink: TBasedxReportLink = nil);

Parameters

Name Type
AReportLink TBasedxReportLink

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