ReportExecutionService.ExecutionHeaderValue Property

Definition

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

public:
 property ReportExecution2005::ExecutionHeader ^ ExecutionHeaderValue { ReportExecution2005::ExecutionHeader ^ get(); void set(ReportExecution2005::ExecutionHeader ^ value); };
public ReportExecution2005.ExecutionHeader ExecutionHeaderValue { get; set; }
member this.ExecutionHeaderValue : ReportExecution2005.ExecutionHeader with get, set
Public Property ExecutionHeaderValue As ExecutionHeader

Property Value

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

Remarks

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.

Applies to