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