InterfaceISelector
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:
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
The ReportItemBase to match.
Returns
bool
true if item matches; otherwise false.