共用方式為


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