ReportParameterDefaultCollection.InsertItem(Int32, ReportParameter) Method

Definition

Inserts a report parameter into the collection at the specified index.

protected:
 override void InsertItem(int index, Microsoft::Reporting::WebForms::ReportParameter ^ item);
protected override void InsertItem (int index, Microsoft.Reporting.WebForms.ReportParameter item);
override this.InsertItem : int * Microsoft.Reporting.WebForms.ReportParameter -> unit
Protected Overrides Sub InsertItem (index As Integer, item As ReportParameter)

Parameters

index
Int32

The zero-based index at which item should be inserted.

item
ReportParameter

The report parameter to insert.

Applies to