ReportParameters 属性

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportParameters As ReportParameterCollection
    Get
用法
Dim instance As ReportAction
Dim value As ReportParameterCollection

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