ReportAction.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
プロパティ値
型: Microsoft.AnalysisServices.ReportParameterCollection
レポート アクション パラメーターのコレクションです。