Class StyleSheet
Represents a collection of styles for a ReportItemBase
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class StyleSheet : StyleRuleCollection, IList<StyleRule>, ICollection<StyleRule>, IList, ICollection, IReadOnlyList<StyleRule>, IReadOnlyCollection<StyleRule>, IEnumerable<StyleRule>, IEnumerable
Constructors
StyleSheet()
Declaration
public StyleSheet()
Methods
ClearItems()
Declaration
protected override void ClearItems()
Overrides
System.Collections.ObjectModel.Collection<Telerik.Reporting.Drawing.StyleRule>.ClearItems()
InsertItem(Int32, StyleRule)
Declaration
protected override void InsertItem(int index, StyleRule item)
Parameters
System.Int32
index
|
StyleRule
item
|
Overrides
System.Collections.ObjectModel.Collection<Telerik.Reporting.Drawing.StyleRule>.InsertItem(System.Int32, Telerik.Reporting.Drawing.StyleRule)
OnChanged(EventArgs)
Declaration
protected virtual void OnChanged(EventArgs e)
Parameters
System.EventArgs
e
|
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
|
Overrides
System.Collections.ObjectModel.Collection<Telerik.Reporting.Drawing.StyleRule>.RemoveItem(System.Int32)
SetItem(Int32, StyleRule)
Declaration
protected override void SetItem(int index, StyleRule item)
Parameters
System.Int32
index
|
StyleRule
item
|
Overrides
System.Collections.ObjectModel.Collection<Telerik.Reporting.Drawing.StyleRule>.SetItem(System.Int32, Telerik.Reporting.Drawing.StyleRule)