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。