Progress® Telerik® Reporting R1 2021
AttributeSelectorBase Class
Provides the abstract base class for an attribute selector.
Inheritance Hierarchy
SystemObject
Telerik.Reporting.DrawingTypeSelector
Telerik.Reporting.DrawingAttributeSelectorBase
Telerik.Reporting.DrawingAttributeSelector
Telerik.Reporting.DrawingStyleSelector
Namespace:
Telerik.Reporting.DrawingTelerik.Reporting.DrawingTypeSelector
Telerik.Reporting.DrawingAttributeSelectorBase
Telerik.Reporting.DrawingAttributeSelector
Telerik.Reporting.DrawingStyleSelector
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The AttributeSelectorBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AttributeSelectorBase |
Initializes a new instance of the AttributeSelectorBase
class with an empty property name and value, that matches all
ReportItemBase objects.
|
![]() | AttributeSelectorBase(String, Object) |
Initializes a new instance of the AttributeSelectorBase
class with the specified property name and value, that matches all
ReportItemBase objects.
|
![]() | AttributeSelectorBase(Type, String, Object) |
Initializes a new instance of the AttributeSelectorBase
class with the specified property name and value, that matches
items of the specified type.
|
Properties
Name | Description | |
---|---|---|
![]() | Type |
Gets or sets the Type that this selector
matches.
(Inherited from TypeSelector.) |
Methods
Name | Description | |
---|---|---|
![]() | CopyTo |
Copies the property name and value of the selector to the target
typeSelector.
(Overrides TypeSelectorCopyTo(TypeSelector).) |
![]() | DeepClone |
Performs a deep clone of the
TypeSelector.
(Inherited from TypeSelector.) |
![]() | Equals | (Overrides TypeSelectorEquals(Object).) |
![]() | GetHashCode | (Overrides TypeSelectorGetHashCode.) |
![]() | Match |
Matches a report item by the value of its property.
(Overrides TypeSelectorMatch(ReportItemBase).) |
![]() | OnTypeChange |
Called when the
Type of this
selector changes.
(Inherited from TypeSelector.) |
![]() | ToString |
Creates a human-readable string that represents this
TypeSelector.
(Inherited from TypeSelector.) |
Fields
Name | Description | |
---|---|---|
![]() | attributeName |
The name of the property to match.
|
![]() | attributeValue |
The value of the property to match.
|
![]() | descriptor |
The property descriptor associated with the property that this
selector matches.
|
![]() | initialized | (Inherited from TypeSelector.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ISupportInitializeBeginInit | (Inherited from TypeSelector.) |
![]() ![]() | ISupportInitializeEndInit | (Inherited from TypeSelector.) |
Remarks
Selectors are defined for each StyleRule in the StyleSheet.
Version Information
Supported in: 1.0.1