StyleSheet
Class
Represents a collection of styles for a ReportItemBase
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class StyleSheet : StyleRuleCollection
Inheritance: objectCollection<StyleRule>StyleRuleCollectionStyleSheet
Inherited Members
Constructors
C#
public StyleSheet()
Methods
TODO: Add documentation.
C#
protected override void ClearItems()
Overrides:
TODO: Add documentation.
C#
protected override void InsertItem(int index, StyleRule item)
Overrides:
Internal use only
C#
protected virtual void OnChanged(EventArgs e)
TODO: Add documentation.
C#
protected override void RemoveItem(int index)
Overrides:
TODO: Add documentation.
C#
protected override void SetItem(int index, StyleRule item)
Overrides: