Share via


ReportParameterInfo.Dependents プロパティ

このパラメーターの値をクエリでパラメーターとして使用して ValidValues や DefaultValues() を取得するパラメーターの一覧。

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

構文

'宣言
Public ReadOnly Property Dependents As ReportParameterInfoCollection
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As ReportParameterInfoCollection

value = instance.Dependents
public ReportParameterInfoCollection Dependents { get; }
public:
property ReportParameterInfoCollection^ Dependents {
    ReportParameterInfoCollection^ get ();
}
member Dependents : ReportParameterInfoCollection
function get Dependents () : ReportParameterInfoCollection

プロパティ値

型: Microsoft.Reporting.WinForms.ReportParameterInfoCollection
読み取り専用の ReportParameterInfoCollection

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WinForms 名前空間