Inserts the specified ReportItem into the current collection.

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

Syntax

C#
public void Insert(
	int index,
	ReportItem item
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	item As ReportItem _
)

Parameters

index
Type: System..::..Int32
The index where to insert the object.
item
Type: C1.C1Rdl.Rdl2008..::..ReportItem
The object to insert.

See Also