Defines the collection of styles for a style sheet.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public class StyleCollection : CollectionBase
Visual Basic (Declaration)
Public Class StyleCollection _
	Inherits CollectionBase
Visual C++
public ref class StyleCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Reporting.DOM..::.StyleCollection

See Also