Compartir a través de


ReportAction.ReportFormatParameters Propiedad

Gets a collection of report format parameters.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportFormatParameters As ReportParameterCollection 
    Get
'Uso
Dim instance As ReportAction 
Dim value As ReportParameterCollection 

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

Valor de la propiedad

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

Vea también

Referencia

ReportAction Clase

Espacio de nombres Microsoft.AnalysisServices