Compartir a través de


ReportAction.ReportParameters Propiedad

Gets a collection of report action parameters.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportParameters As ReportParameterCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.ReportParameterCollection
A collection of report action parameters.

Vea también

Referencia

ReportAction Clase

Espacio de nombres Microsoft.AnalysisServices