共用方式為


ReportParameter.Dependencies 屬性

Gets or sets a list of parameters whose values are used to retrieve additional parameter values in a query.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.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 類別

ReportService2006 命名空間