Partilhar via


Propriedade do RDL ExecutionInfo.Parameters

Contains the current parameter information for the execution.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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.

Consulte também

Referência

ExecutionInfo Classe

Namespace ReportExecution2005