ReportParameterDefaultCollection.RemoveItem 方法

Removes the report parameter at the specified index of the collection.

命名空间:  Microsoft.ReportingServices.SharePoint.UI.WebParts
程序集:  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Protected Overrides Sub RemoveItem ( _
    index As Integer _
)
用法
Dim index As Integer

Me.RemoveItem(index)
protected override void RemoveItem(
    int index
)
protected:
virtual void RemoveItem(
    int index
) override
abstract RemoveItem : 
        index:int -> unit 
override RemoveItem : 
        index:int -> unit 
protected override function RemoveItem(
    index : int
)

参数

  • index
    类型:System.Int32
    The zero-based index of the report parameter to remove.