TCustomdxComponentPrinter.DestroyReport(TBasedxReportLink) Method
In This Article
Destroys the current report.
#Declaration
Delphi
procedure DestroyReport(AReportLink: TBasedxReportLink = nil);
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#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