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:
Methods
Matches a ReportItemBase based on certain criteria.
C#
bool Match(ReportItemBase item)
The ReportItemBase to match.
Returns:bool
true if item matches; otherwise false.