ReportParameterInfo.Dependents 属性

一组参数,这些参数将此参数的值作为参数用于查询中以检索 ValidValues 和/或 DefaultValues。

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

语法

声明
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

属性值

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

请参阅

参考

ReportParameterInfo 类

Microsoft.Reporting.WebForms 命名空间