ClassAttributeSelector
Class
Represents a selector that matches a property value of a report item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(AttributeSelectorConverter))]
public class AttributeSelector : AttributeSelectorBase, ISelector
Inheritance: objectTypeSelectorAttributeSelectorBaseAttributeSelector
Implements:
Inherited Members
Constructors
AttributeSelector()
Declaration
cs-api-definition
public AttributeSelector()
Properties
PropertyName
Gets or sets the name of the property to match.
Declaration
cs-api-definition
[TypeConverter(typeof(PropertyNameConverter))]
public string PropertyName { get; set; }
Property Value
string
The name of the property to match.
PropertyValue
Gets or sets the value of the property to match.
Declaration
cs-api-definition
[Browsable(false)]
public object PropertyValue { get; set; }
Property Value
object
The value of the property to match.
Methods
OnTypeChange()
This member overrides OnTypeChange(). The method resets the selector.
Declaration
cs-api-definition
protected override void OnTypeChange()
Overrides
ToString()
This member overrides ToString()
Declaration
cs-api-definition
public override string ToString()
Returns
string
A string value describing the selector.
Overrides