Método InsertItem
Inserts a report parameter into the collection at the specified index.
Namespace: Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
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.
Consulte também