Compartilhar via


Propriedade do RDL ReportAction.ReportFormatParameters

Gets a collection of report format parameters.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

ReportAction Classe

Namespace Microsoft.AnalysisServices