ReportViewerWebPart.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.