Class StyleSelector
An attribute selector based on the style name property.
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class StyleSelector : AttributeSelectorBase, ISelector, ISupportInitialize
Constructors
StyleSelector()
StyleSelector(String)
Initializes a new StyleSelector with the specified style name.
Declaration
public StyleSelector(string name)
Parameters
System.String
name
A string value specifying the style name to match. |
StyleSelector(Type, String)
Initializes a new StyleSelector with the specified style name, that matches items of the specified System.Type
Declaration
public StyleSelector(Type type, string name)
Parameters
System.Type
type
The System.Type of items to match. |
System.String
name
A string value specifying the style name to match. |
Properties
StyleName
Gets or sets the name of the style that this selector matches.
Declaration
public string StyleName { get; set; }
Property Value
System.String
A string value representing the style name to match. |
Methods
ToString()
Returns a human-readable representation of this StyleSelector.
Declaration
public override string ToString()
Returns
System.String
A human-readable representation of this StyleSelector. |