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.DisplayGraphicsAsText Property

Specifies whether the graphics within a report should be displayed as text instead.

#Declaration

Delphi
property DisplayGraphicsAsText: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Setting the DisplayGraphicsAsText property to True prevents the graphics within a report from being displayed and text is displayed in their place instead. Otherwise, it allows the graphics to be displayed.

Additionally, you can specify the text string to be displayed in place of the graphics via the GraphicsText property.

The DisplayGraphicsAsText property’s default value is False.

See Also