Skip to main content

TdxGridReportLinkStyleSheet Class

Represents a style sheet for the Grid control associated with a report link.

Declaration

TdxGridReportLinkStyleSheet = class(
    TdxCustomReportLinkStyleSheet
)

Remarks

A StyleSheet contains a collection of styles that can be applied to the control, setting multiple styles in one step. The TdxGridReportLinkStyleSheet class provides a style sheet collection for the grid control which is accessible via the Styles property.

See Also