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