Compartir a través de


ExecutionInfo.Parameters Propiedad

Contains the current parameter information for the execution.

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

Sintaxis

'Declaración
Public Property Parameters As ReportParameter()
    Get 
    Set
'Uso
Dim instance As ExecutionInfo 
Dim value As ReportParameter()

value = instance.Parameters

instance.Parameters = value
public ReportParameter[] Parameters { get; set; }
public:
property array<ReportParameter^>^ Parameters {
    array<ReportParameter^>^ get ();
    void set (array<ReportParameter^>^ value);
}
member Parameters : ReportParameter[] with get, set
function get Parameters () : ReportParameter[]
function set Parameters (value : ReportParameter[])

Valor de la propiedad

Tipo: array<ReportExecution2005.ReportParameter[]
An array of ReportParameter objects.

Comentarios

For processed reports or parameters that have been specified, this will contain the parameter values and other information necessary for iterating through the parameter hierarchy.

Vea también

Referencia

ExecutionInfo Clase

Espacio de nombres ReportExecution2005