ReportParameterInfo.Dependents Property
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 (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property Dependents As ReportParameterInfoCollection
'Usage
Dim instance As ReportParameterInfo
Dim value As ReportParameterInfoCollection
value = instance.Dependents
public ReportParameterInfoCollection Dependents { get; }
public:
property ReportParameterInfoCollection^ Dependents {
ReportParameterInfoCollection^ get ();
}
/** @property */
public ReportParameterInfoCollection get_Dependents ()
public function get Dependents () : ReportParameterInfoCollection
Property Value
A read-only ReportParameterInfoCollection.
See Also
Reference
ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace