GetParameters Método
Returns the parameters of the current report in the ReportViewerWebPart.
Espacio de nombres: Microsoft.ReportingServices.SharePoint.UI.WebParts
Ensamblado: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxis
'Declaración
Public Function GetParameters As ReportParameterInfoCollection
'Uso
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
Valor devuelto
Tipo: ReportParameterInfoCollection
A collection of ReportParameterInfo objects.
Vea también