StyleRule
Class
Represents a style rule to be applied.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleRule : ReportObject
Inheritance: objectReportObjectStyleRule
Inherited Members
Constructors
Initializes a new empty StyleRule.
C#
public StyleRule()
Properties
A collection of selectors that determine which report items the style applies to.
C#
public SelectorCollection Selectors { get; }
A SelectorCollection object containing all of the selectors for this rule.
Methods
Equals(object)
bool
Internal use only
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides:
ToString()
string