Reporting

Represents a collection of StyleRule objects.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class StyleRuleCollection : Collection<StyleRule>
Visual Basic
Public Class StyleRuleCollection _
	Inherits Collection(Of StyleRule)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'StyleRule>)>)>
    Telerik.Reporting.Drawing..::..StyleRuleCollection
      Telerik.Reporting.Drawing..::..StyleSheet

See Also