Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomReportLinkStyleSheet Class

Represents a style sheet for a generic control associated with a report link.

#Declaration

Delphi
TdxCustomReportLinkStyleSheet = class(
    TcxCustomStyleSheet
)

#Remarks

A style sheet represents a collection of elements’ styles for controls which support Styles technology (for instance, a grid view). Instead of specifying individual styles for each control’s element, you can assign a style sheet to the control, thus providing values for all the style properties.

The TdxCustomcxControlReportLink class represents a style sheet collection used for displaying a generic control.

See Also