Class
AttributeSelector

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

Definition

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 TypeSelector.OnTypeChange()

ToString()

This member overrides ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string value describing the selector.

Overrides TypeSelector.ToString()