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.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.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.WebForms.ReportParameterInfoCollection
A read-only ReportParameterInfoCollection.

Consulte também

Referência

ReportParameterInfo Classe

Namespace Microsoft.Reporting.WebForms