Свойство Parameters

Возвращает параметры отчета.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parameters As ReportParameterCollection
    Get
'Применение
Dim instance As Report
Dim value As ReportParameterCollection

value = instance.Parameters
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
    ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection
function get Parameters () : ReportParameterCollection

Значение свойства

Тип: Microsoft.ReportingServices.ReportRendering. . :: . .ReportParameterCollection
Объект ReportParameterCollection с параметрами, которые использует этот отчет.