Reporting

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

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class AttributeSelector : AttributeSelectorBase, 
	ICustomTypeDescriptor
Visual Basic
Public Class AttributeSelector _
	Inherits AttributeSelectorBase _
	Implements ICustomTypeDescriptor

Remarks

Selectors are defined for each StyleRule in the StyleSheet.

AttributeSelector should be used when you want to match all report items of a certain Type that have a property set to a certain value.

Inheritance Hierarchy

Version Information

Supported in: 1.0.1

See Also