Skip to main content

TdxCustomReportLinkOptionsRefinements.DisplayGraphicsAsText Property

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

Declaration

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