Interface
ISelector

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:

cs-api-definition
public interface ISelector

Methods

Match(ReportItemBase)

Matches a ReportItemBase based on certain criteria.

Declaration

cs-api-definition
bool Match(ReportItemBase item)

Parameters

item

ReportItemBase

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