다음을 통해 공유


GetParameters 메서드

Returns the parameters of the current report in the ReportViewerWebPart.

네임스페이스:  Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리:  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public Function GetParameters As ReportParameterInfoCollection
‘사용 방법
Dim instance As ReportViewerWebPart
Dim returnValue As ReportParameterInfoCollection

returnValue = instance.GetParameters()
public ReportParameterInfoCollection GetParameters()
public:
ReportParameterInfoCollection^ GetParameters()
member GetParameters : unit -> ReportParameterInfoCollection 
public function GetParameters() : ReportParameterInfoCollection

반환 값

유형: ReportParameterInfoCollection
A collection of ReportParameterInfo objects.