Skip to main content

TCustomdxComponentPrinter.PrepareReport(TBasedxReportLink) Method

Prepares a report for printing.

Declaration

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