ReportParameterInfo.Dependencies 属性

获取一组参数,这些参数的值用于在查询中检索其他参数值。只读。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public ReadOnly Property Dependencies As ReportParameterInfoCollection
    Get
用法
Dim instance As ReportParameterInfo
Dim value As ReportParameterInfoCollection

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

属性值

类型:Microsoft.Reporting.WebForms.ReportParameterInfoCollection
一个只读 ReportParameterInfoCollection

请参阅

参考

ReportParameterInfo 类

Microsoft.Reporting.WebForms 命名空间