TBasedxReportLink.Renderer Property
Provides access to the report painter.
Declaration
property Renderer: TdxPSReportRenderer read;
Property Value
Type |
---|
TdxPSReportRenderer |
Remarks
Starting from v4, rendering is performed using the Canvas object (not the handle). So, you may find it useful to have direct access to the Canvas object via the Renderer.Canvas property.
The Renderer property is mostly used internally in the report.
See Also