ClassStyleRule
Class
Represents a style rule to be applied.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleRule : ReportObject
Inheritance: objectReportObjectStyleRule
Inherited Members
Constructors
Properties
Selectors
A collection of selectors that determine which report items the style applies to.
Declaration
cs-api-definition
public SelectorCollection Selectors { get; }
Property Value
A SelectorCollection object containing all of the selectors for this rule.
Methods
Equals(object)
Internal use only
Declaration
cs-api-definition
public override bool Equals(object obj)
Parameters
obj
object
Returns
bool
Overrides
GetHashCode()
TODO: Add documentation.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
int
Overrides
ToString()
Returns a human-readable representation ot this StyleRule.
Declaration
cs-api-definition
public override string ToString()
Returns
string
A human-readable representation ot this StyleRule.
Overrides