次の方法で共有


ReportParameterInfo.Dependencies プロパティ

 

発行: 2016年4月

クエリで追加のパラメーター値を取得するために使用される値を持つパラメーターの一覧を取得します。読み取り専用。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public ReportParameterInfoCollection Dependencies { get; }
public:
property ReportParameterInfoCollection^ Dependencies {
    ReportParameterInfoCollection^ get();
}
member Dependencies : ReportParameterInfoCollection with get
Public ReadOnly Property Dependencies As ReportParameterInfoCollection

プロパティ値

Type: Microsoft.Reporting.WinForms.ReportParameterInfoCollection

読み取り専用の ReportParameterInfoCollection

参照

ReportParameterInfo クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る