Partilhar via


Propriedade ReportParameterInfo.Dependents

A list of parameters that use the value of this parameter as parameters into queries to retrieve ValidValues and/or DefaultValues.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.Reporting.WinForms.ReportParameterInfoCollection
A read-only ReportParameterInfoCollection.

Consulte também

Referência

ReportParameterInfo Classe

Namespace Microsoft.Reporting.WinForms