共用方式為


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 命名空間