ReportAction.ReportParameters 屬性
Gets a collection of report action parameters.
命名空間: 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
屬性值
型別:Microsoft.AnalysisServices.ReportParameterCollection
A collection of report action parameters.