ExecutionHeader Class

Definition

Represents state information for sessions in the report server.

public ref class ExecutionHeader : System::Web::Services::Protocols::SoapHeader
public class ExecutionHeader : System.Web.Services.Protocols.SoapHeader
type ExecutionHeader = class
    inherit SoapHeader
Public Class ExecutionHeader
Inherits SoapHeader
Inheritance
ExecutionHeader

Remarks

The ExecutionHeader class is passed in the ExecutionHeaderValue property in the SOAP header.

Constructors

ExecutionHeader()

Initializes a new instance of the ExecutionHeader class.

Properties

AnyAttr

Gets or sets an array of XmlAttribute object.

ExecutionID

Gets or sets a unique ID that is used to identify the session. Read-only.

Applies to