ReportViewerWebPart.GetParameters Method
Returns the parameters of the current report in the ReportViewerWebPart.
Namespace: Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Function GetParameters As ReportParameterInfoCollection
'Usage
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
Return Value
Type: ReportParameterInfoCollection
A collection of ReportParameterInfo objects.