Sdílet prostřednictvím


ReportParameterDefaultCollection.SetItem Method

Sets the report parameter at the specified index.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Protected Overrides Sub SetItem ( _
    index As Integer, _
    item As ReportParameter _
)
'Usage
Dim index As Integer
Dim item As ReportParameter

Me.SetItem(index, item)
protected override void SetItem(
    int index,
    ReportParameter item
)
protected:
virtual void SetItem(
    int index, 
    ReportParameter^ item
) override
abstract SetItem : 
        index:int * 
        item:ReportParameter -> unit 
override SetItem : 
        index:int * 
        item:ReportParameter -> unit 
protected override function SetItem(
    index : int, 
    item : ReportParameter
)

Parameters

  • index
    Type: System.Int32
    The zero-based index of the report parameter to replace.
  • item
    Type: ReportParameter
    The new value for the report parameter at the specified index.