ReportAction.ReportFormatParameters Property

Gets a collection of report format parameters.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportFormatParameters As ReportParameterCollection 
    Get
'Usage
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

Property Value

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

See Also

Reference

ReportAction Class

Microsoft.AnalysisServices Namespace