Skip to main content

TdxCustomReportLinkOptionsRefinements Members

Represents the report link’s options, which specify any additional refinements to the report.

Constructors

Name Description
Create(TdxCustomcxControlReportLink) Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions.

Properties

Name Description
DisplayGraphicsAsText Specifies whether the graphics within a report should be displayed as text instead.
DisplayTrackBarsAsText Specifies whether in-place track bar editors should be displayed as text.
FlatCheckMarks Specifies whether check boxes and radio buttons are displayed in 3D or flat style.
GraphicsText Specifies the text string to be displayed in place of graphics.
ReportLink Provides access to the report link which the current options are applied to. Inherited from TdxCustomReportLinkOptions.
TransparentGraphics Specifies whether graphics are printed as transparent.
TransparentRichEdits Specifies whether rich text editors are displayed as transparent.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
DefaultGraphicsText Specifies the default string, which is substituted for the graphics within a report.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
RestoreDefaults Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions.
ToString Inherited from TObject.
See Also