ReportParameter.Dependencies Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string[] Dependencies { get; set; }
public:
property array<String^>^ Dependencies {
    array<String^>^ get();
    void set(array<String^>^ value);
}
member Dependencies : string[] with get, set
Public Property Dependencies As String()

Property Value

Type: System.String[]

See Also

ReportParameter Class
ReportService2005 Namespace

Return to top