Поделиться через


Свойство ReportAction.ReportParameters

Gets a collection of report action parameters.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportParameters As ReportParameterCollection 
    Get
'Применение
Dim instance As ReportAction 
Dim value As ReportParameterCollection 

value = instance.ReportParameters
[BrowsableAttribute(false)]
public ReportParameterCollection ReportParameters { get; }
[BrowsableAttribute(false)]
public:
property ReportParameterCollection^ ReportParameters {
    ReportParameterCollection^ get ();
}
[<BrowsableAttribute(false)>]
member ReportParameters : ReportParameterCollection
function get ReportParameters () : ReportParameterCollection

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

Тип: Microsoft.AnalysisServices.ReportParameterCollection
A collection of report action parameters.

См. также

Справочник

ReportAction Класс

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