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.PaintPage(TCanvas,Integer,TRect,TRect,TBasedxReportLink) Method

Paints a single page of a report.

#Declaration

Delphi
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