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

TdxCustomReportLinkOptionsRefinements.DefaultGraphicsText Method

Specifies the default string, which is substituted for the graphics within a report.

#Declaration

Delphi
function DefaultGraphicsText: string; virtual;

#Returns

Type
string

#Remarks

Whenever text is used in place of the graphics within a report (the DisplayGraphicsAsText property is set to True) the GraphicsText property designates the text string, which is displayed. When the GraphicsText property isn’t assigned a value the DefaultGraphicsText function specifies the text string, which is displayed by default.

See Also