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

TdxCustomTextReportLink Class

The base class for report links which print multi-line text.

#Declaration

Delphi
TdxCustomTextReportLink = class(
    TBasedxReportLink
)

#Remarks

This class is the base class for the report links which allow you to print multi-line text only. The TdxCustomTextReportLink class introduces the Alignment and TextRowSpacing properties which control the appearance of the text in a report. The TdxCustomTextReportLink class provides the ability to custom draw each line of text via the OnCustomDrawRow and OnInitializeRow events.

See Also