Partager via


Propriété ReportExecutionService.ExecutionHeaderValue

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

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (en ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property ExecutionHeaderValue As ExecutionHeader 
    Get 
    Set
'Utilisation
Dim instance As ReportExecutionService 
Dim value As ExecutionHeader 

value = instance.ExecutionHeaderValue

instance.ExecutionHeaderValue = value
public ExecutionHeader ExecutionHeaderValue { get; set; }
public:
property ExecutionHeader^ ExecutionHeaderValue {
    ExecutionHeader^ get ();
    void set (ExecutionHeader^ value);
}
member ExecutionHeaderValue : ExecutionHeader with get, set
function get ExecutionHeaderValue () : ExecutionHeader 
function set ExecutionHeaderValue (value : ExecutionHeader)

Valeur de propriété

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

Notes

You can use the ExecutionId property of the P:ReportExecution2005.ReportExecutionService.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. 

Voir aussi

Référence

ReportExecutionService Classe

Espace de noms ReportExecution2005

Autres ressources

Identification de l'état d'exécution