SetItem 方法
Sets the report parameter at the specified index.
命名空間: Microsoft.ReportingServices.SharePoint.UI.WebParts
組件: Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
語法
'宣告
Protected Overrides Sub SetItem ( _
index As Integer, _
item As ReportParameter _
)
'用途
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
)
參數
- index
型別:System. . :: . .Int32
The zero-based index of the report parameter to replace.
- item
型別:ReportParameter
The new value for the report parameter at the specified index.