ReportParameterInfo.Dependents 屬性
利用這個參數的值做為查詢參數來擷取 ValidValues 及/或 DefaultValues() 的參數清單。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public ReadOnly Property Dependents As ReportParameterInfoCollection
Get
'用途
Dim instance As ReportParameterInfo
Dim value As ReportParameterInfoCollection
value = instance.Dependents
public ReportParameterInfoCollection Dependents { get; }
public:
property ReportParameterInfoCollection^ Dependents {
ReportParameterInfoCollection^ get ();
}
member Dependents : ReportParameterInfoCollection
function get Dependents () : ReportParameterInfoCollection
屬性值
型別:Microsoft.Reporting.WebForms.ReportParameterInfoCollection
唯讀 ReportParameterInfoCollection。