ReportParameterInfo.Dependencies Property

 

Gets a list of parameters whose values are used to retrieve additional parameter values in a query. Read-only.

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

Syntax

public ReportParameterInfoCollection Dependencies { get; }
public:
property ReportParameterInfoCollection^ Dependencies {
    ReportParameterInfoCollection^ get();
}
member Dependencies : ReportParameterInfoCollection with get
Public ReadOnly Property Dependencies As ReportParameterInfoCollection

Property Value

Type: Microsoft.Reporting.WinForms.ReportParameterInfoCollection

A read-only ReportParameterInfoCollection.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top