Compartir a través de


ExecutionInfo.Parameters Property

Contains the current parameter information for the execution.

Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Ensamblado: ReportExecution2005 (in reportexecutionservice.dll)

Sintaxis

'Declaración
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[])

Valor de propiedad

An array of ReportParameter objects.

Notas

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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