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.PrepareReport(TBasedxReportLink) Method

Prepares a report for printing.

#Declaration

Delphi
procedure PrepareReport(AReportLink: TBasedxReportLink);

#Parameters

Name Type
AReportLink TBasedxReportLink

#Remarks

This method is called to force the ExpressPrinting System to build a report for a specified report link if it has not yet been built. Once the report is built (prepared), the corresponding flag is set.

The AReportLink parameter specifies the report link for which the report is to be built.

See Also