Reporting

Matches a ReportItemBase based on its type.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public virtual bool Match(
	ReportItemBase item
)
Visual Basic
Public Overridable Function Match ( _
	item As ReportItemBase _
) As Boolean

Parameters

item
Type: Telerik.Reporting..::..ReportItemBase
The ReportItemBase to match.

Return Value

true if item matches; otherwise false.

Implements

ISelector..::..Match(ReportItemBase)

Version Information

Supported in: 1.0.1

See Also