Share via


ExecutionInfo.Parameters Property

Contains the current parameter information for the execution.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly: ReportExecution2005 (in reportexecutionservice.dll)

Syntax

'Declaration
Public Property Parameters As ReportParameter()
public ReportParameter[] Parameters { get; set; }
public:
property array<ReportParameter^>^ Parameters {
    array<ReportParameter^>^ get ();
    void set (array<ReportParameter^>^ value);
}
/** @property */
public ReportParameter[] get_Parameters ()

/** @property */
public void set_Parameters (ReportParameter[] value)
public function get Parameters () : ReportParameter[]

public function set Parameters (value : 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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ExecutionInfo Class
ExecutionInfo Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace