Share via


ReportParameterInfo.Dependents Property

 

A list of parameters that use the value of this parameter as parameters into queries to retrieve ValidValues and/or F:Microsoft.SqlServer.ReportingServices.ReportParameter.DefaultValues.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

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

Property Value

Type: Microsoft.Reporting.WinForms.ReportParameterInfoCollection

A read-only ReportParameterInfoCollection.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top