ReportParameterDefaultCollection.SetItem(Int32, ReportParameter) Method

Definition

Sets the report parameter at the specified index.

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

Parameters

index
Int32

The zero-based index of the report parameter to replace.

item
ReportParameter

The new value for the report parameter at the specified index.

Applies to