Back to Devexpress

TCustomdxComponentPrinter.PrepareReport(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-preparereport-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest947 B
Original Source

TCustomdxComponentPrinter.PrepareReport(TBasedxReportLink) Method

Prepares a report for printing.

Declaration

delphi
procedure PrepareReport(AReportLink: TBasedxReportLink);

Parameters

NameType
AReportLinkTBasedxReportLink

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

TCustomdxComponentPrinter.RebuildReport

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit