New to Telerik ReportingStart a free 30-day trial

Represents a selector that matches a property value of a report item.

Definition

Constructors

C#
public AttributeSelector()

Properties

Gets or sets the name of the property to match.

C#
[TypeConverter(typeof(PropertyNameConverter))]
public string PropertyName { get; set; }
Property Value:

The name of the property to match.

Gets or sets the value of the property to match.

C#
[Browsable(false)]
public object PropertyValue { get; set; }
Property Value:

The value of the property to match.

Methods

This member overrides OnTypeChange(). The method resets the selector.

C#
protected override void OnTypeChange()

Overrides: TypeSelector.OnTypeChange()

This member overrides ToString()

C#
public override string ToString()
Returns:

string

A string value describing the selector.

Overrides: TypeSelector.ToString()