TBasedxReportLink.Renderer Property
In This Article
Provides access to the report painter.
#Declaration
Delphi
property Renderer: TdxPSReportRenderer read;
#Property Value
Type |
---|
Tdx |
#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