共用方式為


ReportAction.ReportFormatParameters 屬性

Gets a collection of report format parameters.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportFormatParameters As ReportParameterCollection 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.ReportParameterCollection
A collection of report format parameters.

請參閱

參考

ReportAction 類別

Microsoft.AnalysisServices 命名空間