ReportParameterInfo.Dependents プロパティ
このパラメーターの値をクエリでパラメーターとして使用して ValidValues や DefaultValues() を取得するパラメーターの一覧。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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.WebForms.ReportParameterInfoCollection
読み取り専用の ReportParameterInfoCollection オブジェクト。