Class StyleRuleCollection
Represents a collection of
Style
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class StyleRuleCollection : Collection<StyleRule>, IList<StyleRule>, ICollection<StyleRule>, IList, ICollection, IReadOnlyList<StyleRule>, IReadOnlyCollection<StyleRule>, IEnumerable<StyleRule>, IEnumerable
Constructors
StyleRuleCollection()
Initializes a new instance of the
Style
Declaration
public StyleRuleCollection()
StyleRuleCollection(StyleRule[])
Methods
AddRange(StyleRule[])
Adds an array of style rule objects to the collection.
Declaration
public void AddRange(StyleRule[] rules)
Parameters
Remarks
The StyleRule objects contained in the rules array are appended to the end of the collection.
You can use the AddRange method to quickly add a
group of StyleRule objects to the collection
instead of manually adding each StyleRule to the
collection using the
System.
To remove a
Style