ReportExecutionService.ExecutionHeaderValue Property
Provides SOAP header information, including the ExecutionID used when working with report executions.
Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Ensamblado: ReportExecution2005 (in reportexecutionservice.dll)
Sintaxis
'Declaración
Public Property ExecutionHeaderValue As ExecutionHeader
public ExecutionHeader ExecutionHeaderValue { get; set; }
public:
property ExecutionHeader^ ExecutionHeaderValue {
ExecutionHeader^ get ();
void set (ExecutionHeader^ value);
}
/** @property */
public ExecutionHeader get_ExecutionHeaderValue ()
/** @property */
public void set_ExecutionHeaderValue (ExecutionHeader value)
public function get ExecutionHeaderValue () : ExecutionHeader
public function set ExecutionHeaderValue (value : ExecutionHeader)
Valor de propiedad
An ExecutionHeader object containing state information about the report server session.
Notas
You can use the ExecutionId property of the ExecutionHeaderValue class with the GetExecutionInfo method to get state information about an execution. The ExecutionId property is populated when you call the LoadReportDefinition or LoadReport methods. You can use the ExecutionID value to access multiple executions from your application.
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
ReportExecutionService Class
ReportExecutionService Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace