Skip to main content

TCustomdxComponentPrinter.PaintPage(TCanvas,Integer,TRect,TRect,TBasedxReportLink) Method

Paints a single page of a report.

Declaration

procedure PaintPage(ACanvas: TCanvas; APageIndex: Integer; const APageBounds: TRect; const AContentBounds: TRect; AReportLink: TBasedxReportLink = nil);

Parameters

Name Type
ACanvas TCanvas
APageIndex Integer
APageBounds TRect
AContentBounds TRect
AReportLink TBasedxReportLink

Remarks

The PaintPage method paints a single page specified by the APageIndex parameter.

The AReportLink parameter determines the link that contains the report to which the page belongs.

The APageBounds parameter specifies the rectangular portion of the page image with margins.

The AContentBounds parameter specifies the rectangular portion of the page image without margins.

The ACanvas parameter determines the drawing canvas.

See Also