Gets the collection of styles stored in the current style sheet.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public StyleCollection Styles { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Styles As StyleCollection |
Visual C++ |
---|
public: property StyleCollection^ Styles { StyleCollection^ get (); } |