Removes the specified ReportItem from the current collection.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Remove(
	ReportItem item
)
Visual Basic
Public Sub Remove ( _
	item As ReportItem _
)

Parameters

item
Type: C1.C1Rdl.Rdl2008..::..ReportItem
The object to remove.

See Also