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


ReportParameter.Dependencies Property

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

Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Сборка: ReportExecution2005 (in reportexecutionservice.dll)

Синтаксис

'Декларация
<XmlArrayItemAttribute("Dependency")> _
Public Property Dependencies As String()
[XmlArrayItemAttribute("Dependency")] 
public string[] Dependencies { get; set; }
[XmlArrayItemAttribute(L"Dependency")] 
public:
property array<String^>^ Dependencies {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
/** @property */
public String[] get_Dependencies ()

/** @property */
public void set_Dependencies (String[] value)
public function get Dependencies () : String[]

public function set Dependencies (value : String[])

Значение свойства

An array of String objects.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ReportParameter Class
ReportParameter Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace