Поделиться через


Свойство ReportParameter.Dependencies

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

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.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 Класс

Пространство имен ReportExecution2005