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

TBasedxReportLink.Renderer Property

Provides access to the report painter.

#Declaration

Delphi
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