Compartir a través de


ReportParameter.Dependencies Propiedad

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

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property Dependencies As String()
    Get 
    Set
'Uso
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[])

Valor de la propiedad

Tipo: array<System.String[]
An array of String objects.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres ReportExecution2005