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
    Get
'Utilizzo
Dim instance As ReportParameterInfo
Dim value As ReportParameterInfoCollection

value = instance.Dependents
public ReportParameterInfoCollection Dependents { get; }
public:
property ReportParameterInfoCollection^ Dependents {
    ReportParameterInfoCollection^ get ();
}
member Dependents : ReportParameterInfoCollection
function get Dependents () : ReportParameterInfoCollection

Valore proprietà

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

Vedere anche

Riferimento

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms