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 命名空间