ReportParameterInfo.Dependencies プロパティ
クエリで追加のパラメーター値を取得するために使用される値を持つパラメーターの一覧を取得します。読み取り専用。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
Public ReadOnly Property Dependencies As ReportParameterInfoCollection
public ReportParameterInfoCollection Dependencies { get; }
public:
property ReportParameterInfoCollection^ Dependencies {
ReportParameterInfoCollection^ get ();
}
member Dependencies : ReportParameterInfoCollection with get
function get Dependencies () : ReportParameterInfoCollection
プロパティ値
型 : Microsoft.Reporting.WinForms.ReportParameterInfoCollection
読み取り専用の ReportParameterInfoCollection。