Class AttributeSelector
Represents a selector that matches a property value of a report item.
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class AttributeSelector : AttributeSelectorBase, ISelector, ISupportInitialize, ICustomTypeDescriptor
Remarks
Selectors are defined for each StyleRule in the StyleSheet.
AttributeSelector should be used when you want to match all report items of a certain Type that have a property set to a certain value.
Constructors
AttributeSelector()
Declaration
public AttributeSelector()
Properties
PropertyName
Gets or sets the name of the property to match.
Declaration
public string PropertyName { get; set; }
Property Value
System.String
The name of the property to match. |
PropertyValue
Gets or sets the value of the property to match.
Declaration
public object PropertyValue { get; set; }
Property Value
System.Object
The value of the property to match. |
Methods
OnTypeChange()
This member overrides OnTypeChange(). The method resets the selector.
Declaration
protected override void OnTypeChange()
Overrides
ToString()
This member overrides System.Object.ToString()
Declaration
public override string ToString()
Returns
System.String
A string value describing the selector. |