Skip to main content

TdxCustomReportLinkOptionsRefinements Class

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

Declaration

TdxCustomReportLinkOptionsRefinements = class(
    TdxCustomReportLinkOptions
)

Remarks

The TdxCustomReportLinkOptionsRefinements class is the base class for classes, which provide options for specifying report refinements (i.e. additional enhancements to a report) such as:

  • If graphics are displayed within a report. Use the DisplayGraphicsAsText property to designate whether the graphics in a report are displayed or whether text is displayed in their place instead. The text string displayed in place of the graphics is accessible via the GraphicsText property.

  • The manner in which in-place track bar editors are displayed within a report. Switch the DisplayTrackBarsAsText property to optionally replace these editors with a string representation of their edit values.

  • The style used to paint check boxes and radio buttons. Set the FlatCheckMarks property to specify either flat or 3D style.

  • The transparency state of graphics and rich editors. Use the TransparentGraphics and TransparentRichEdits properties, correspondingly.

TdxCustomReportLinkOptionsRefinements descendants extend it with new options specific to particular controls.

Inheritance

TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomReportLinkOptionsRefinements
See Also