Condividi tramite


Proprietà ReportParameterInfo.Dependents

Elenco di parametri che utilizzano il valore di questo parametro come parametri nelle query per recuperare ValidValues e/o DefaultValues.

Spazio dei nomi:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Microsoft.Reporting.WebForms.ReportParameterInfoCollection
Oggetto ReportParameterInfoCollection di sola lettura.

Vedere anche

Riferimenti

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms