New to Telerik ReportingStart a free 30-day trial

ISelector

Interface

Allows an object to implement a style selector, and represents a set of methods to match a ReportItemBase and clone the selector.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public interface ISelector

Derived Classes: AttributeSelectorAttributeSelectorBaseDescendantSelectorStyleSelectorTypeSelector

Methods

Matches a ReportItemBase based on certain criteria.

C#
bool Match(ReportItemBase item)
Parameters:itemReportItemBase

The ReportItemBase to match.

Returns:

bool

true if item matches; otherwise false.

In this article
DefinitionMethodsMatch(ReportItemBase)
Not finding the help you need?
Contact Support