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