TdxCustomReportLinkOptionsRefinements.DefaultGraphicsText Method
Specifies the default string, which is substituted for the graphics within a report.
Declaration
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