Class StyleRule
Represents a style rule to be applied.
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class StyleRule : ReportObject
Constructors
StyleRule()
Properties
Selectors
A collection of selectors that determine which report items the style applies to.
Declaration
public SelectorCollection Selectors { get; }
Property Value
SelectorCollection
A SelectorCollection object containing all of the selectors for this rule. |
Style
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()