共用方式為


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.

請參閱

參考

ReportParameter 類別

ReportService2005 命名空間