Partager via


Méthode GetParameters

Returns the parameters of the current report in the ReportViewerWebPart.

Espace de noms :  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly :  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Function GetParameters As ReportParameterInfoCollection
'Utilisation
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

Valeur de retour

Type : ReportParameterInfoCollection
A collection of ReportParameterInfo objects.