Share via


ReportParameterDefaultCollection.InsertItem(Int32, ReportParameter) Méthode

Définition

Insère un paramètre de rapport dans la collection au niveau de l'index spécifié.

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)

Paramètres

index
Int32

Index de base zéro au niveau duquel item doit être inséré.

item
ReportParameter

Paramètre de rapport à insérer.

S’applique à