Свойство Report.Parameters

Gets the parameters for the report.

Пространство имен:  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
A ReportParameterCollection object with the parameters that this report uses.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.ReportRendering