Метод 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.