Gets the collection of styles stored in the current style sheet.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  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 ();
}

See Also