ReportParameter.Dependencies 属性
A list of parameters whose values are used to retrieve additional parameter values in a query.
命名空间: ReportService2005
程序集: ReportService2005(在 ReportService2005.dll 中)
语法
声明
Public Property Dependencies As String()
Get
Set
用法
Dim instance As ReportParameter
Dim value As String()
value = instance.Dependencies
instance.Dependencies = value
public string[] Dependencies { get; set; }
public:
property array<String^>^ Dependencies {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Dependencies : string[] with get, set
function get Dependencies () : String[]
function set Dependencies (value : String[])
属性值
类型:array<System.String[]
An array of String objects.