InsertItem Método
Inserts a report parameter into the collection at the specified index.
Espacio de nombres: Microsoft.ReportingServices.SharePoint.UI.WebParts
Ensamblado: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxis
'Declaración
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As ReportParameter _
)
'Uso
Dim index As Integer
Dim item As ReportParameter
Me.InsertItem(index, item)
protected override void InsertItem(
int index,
ReportParameter item
)
protected:
virtual void InsertItem(
int index,
ReportParameter^ item
) override
abstract InsertItem :
index:int *
item:ReportParameter -> unit
override InsertItem :
index:int *
item:ReportParameter -> unit
protected override function InsertItem(
index : int,
item : ReportParameter
)
Parámetros
- index
Tipo: System. . :: . .Int32
The zero-based index at which item should be inserted.
- item
Tipo: ReportParameter
The report parameter to insert.