Share via


ReportExecutionService.ExecutionHeaderValue Property

Provides SOAP header information, including the ExecutionID used when working with report executions.

Espace de noms: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Assembly: ReportExecution2005 (in reportexecutionservice.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

An ExecutionHeader object containing state information about the report server session.

Notes

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. 

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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

Autres ressources

Identifying Execution State