TdxCustomcxControlReportLink.ActiveStyles Property
In This Article
Obtains the set of styles that are currently applied to the control, which is associated with the current report link.
#Declaration
Delphi
property ActiveStyles: TdxCustomReportLinkStyles read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the ActiveStyles property to obtain the current report link’s styles, which are currently in effect. This property is especially useful when the report link has a style sheet assigned to it via the Styles.StyleSheet property. The style sheet is a set of styles which are suitable for a particular report link and can be created using the style repository component.
See Also