SessionHeader Class
SQL Server 2000
Represents state information for sessions in the report server.
Public Class SessionHeader Inherits SoapHeader Member of [Namespace]
public class SessionHeader : SoapHeader Member of [Namespace]
Public Properties
SessionId | The session that is ID associated with a user session in the report server. String. Read-only. |
IsNewExecution | Indicates whether the execution of a report is a new execution. Boolean. Read-only. |
ExecutionDateTime | The date and time of the execution of a report in session. String. Read-only. |
ExpirationDateTime | Gets the expiration date and time of a report in session. String. Read-only. |
Remarks
The SessionHeader class is passed in the SessionHeaderValue property in the SOAP header.
