Share via


ExecutionInfo.Parameters Property

Contains the current parameter information for the execution.

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

Syntax

'Declaration
Public Property Parameters As ReportParameter()
    Get 
    Set
'Usage
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[])

Property Value

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

Remarks

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.

See Also

Reference

ExecutionInfo Class

ReportExecution2005 Namespace