ExecutionInfo.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.