ExecutionInfo.Parameters Property

Definition

Contains the current parameter information for the execution.

public:
 property cli::array <ReportExecution2005::ReportParameter ^> ^ Parameters { cli::array <ReportExecution2005::ReportParameter ^> ^ get(); void set(cli::array <ReportExecution2005::ReportParameter ^> ^ value); };
public ReportExecution2005.ReportParameter[] Parameters { get; set; }
member this.Parameters : ReportExecution2005.ReportParameter[] with get, set
Public Property Parameters As ReportParameter()

Property Value

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.

Applies to