Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.DestroyReport(TBasedxReportLink) Method

Destroys the current report.

#Declaration

Delphi
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