Back to Devexpress

TCustomdxComponentPrinter.DoStartPrint(TBasedxReportLink,Integer) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-dostartprint-x28-dxpscore-dot-tbasedxreportlink-system-dot-integer-x29.md

latest1.0 KB
Original Source

TCustomdxComponentPrinter.DoStartPrint(TBasedxReportLink,Integer) Method

Generates the OnStartPrint event.

Declaration

delphi
procedure DoStartPrint(AReportLink: TBasedxReportLink; FullPageCount: Integer); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink
FullPageCountInteger

Remarks

This method is called before printing a report contained in the link specified by the AReportLink parameter. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnStartPrint event handler.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit