ReportParameterInfo.Dependents プロパティ
このパラメーターの値をクエリでパラメーターとして使用して ValidValues や DefaultValues を取得するパラメーターの一覧。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
Public ReadOnly Property Dependents As ReportParameterInfoCollection
public ReportParameterInfoCollection Dependents { get; }
public:
property ReportParameterInfoCollection^ Dependents {
ReportParameterInfoCollection^ get ();
}
member Dependents : ReportParameterInfoCollection with get
function get Dependents () : ReportParameterInfoCollection
プロパティ値
型 : Microsoft.Reporting.WinForms.ReportParameterInfoCollection
読み取り専用の ReportParameterInfoCollection。