Skip to main content

TdxCustomcxControlReportLink.Styles Property

Specifies the set of styles, which define the appearance aspects of the elements in the control, which is associated with the current report link.

Declaration

property Styles: TdxCustomReportLinkStyles read; write;

Property Value

Type
TdxCustomReportLinkStyles

Remarks

Use the Styles property to gain access to the set of styles, which define the appearance aspects of the elements in the control, which is associated with the current report link. This set is expanded as descendants of the TdxCustomcxControlReportLink class override the Styles property. In the base class, the Styles set includes a style which defines general style attributes, such as the background color, font details and text color of the generic control.

See Also