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

TdxCustomStringsReportLink.Strings Property

Provides access to the text (in the form of a list of strings) being printed.

#Declaration

Delphi
property Strings: TStrings read;

#Property Value

Type
TStrings

#Remarks

Each string or line of the Strings property represents a text row for the report link. The GetStrings function returns the value of the Strings property. Descendants of the TdxCustomStringsReportLink class have to override the GetStrings function to retrieve a list of the strings being printed by a specific report link.

See Also