TdxCustomcxControlReportLink.StyleRepository Property
Specifies the repository object which manages the collections of styles and style sheets.
Declaration
property StyleRepository: TcxStyleRepository read; write;
Property Value
Type |
---|
TcxStyleRepository |
Remarks
The StyleRepository property provides access to the repository object that stores the collection of styles and style sheets which can be used by any report link to render the control associated with it. The repository object lets you create, store and access individual styles each of which is represented by an instance of the TcxCustomStyle class (or its descendants). Since the TcxCustomStyle class is an abstract class, do not use it to create items in a repository, use its descendants instead (for instance, the TcxStyle class).
See Also