다음을 통해 공유


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
)

매개 변수

  • item
    유형: ReportParameter
    The new value for the report parameter at the specified index.