Skip to main content

TCustomdxComponentPrinter.OnCustomDrawPage Event

Occurs when drawing individual report pages.

Declaration

property OnCustomDrawPage: TdxCustomDrawPageEvent read; write;

Remarks

Handle this event to draw a specific report page of the link specified by the AReportLink parameter.

The ACanvas parameter determines the drawing canvas.

The ARect parameter specifies the bound rectangle for drawing.

The APageIndex parameter determines the index of the page being drawn.

The ANom and ADenom parameters determine the coefficient of magnification and demagnification accordingly.

See Also