Interface ISelector
Allows an object to implement a style selector, and represents a set of methods to match a ReportItemBase and clone the selector.
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public interface ISelector
Methods
Match(ReportItemBase)
Matches a ReportItemBase based on certain criteria.
Declaration
bool Match(ReportItemBase item)
Parameters
ReportItemBase
item
The ReportItemBase to match. |
Returns
System.Boolean
true if item matches; otherwise false. |