Metodo GetParameters
Returns the parameters of the current report in the ReportViewerWebPart.
Spazio dei nomi Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Public Function GetParameters As ReportParameterInfoCollection
'Utilizzo
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
Valore restituito
Tipo: ReportParameterInfoCollection
A collection of ReportParameterInfo objects.
Vedere anche