0 out of 1 rated this helpful - Rate this topic

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

public propertySessionId The session that is ID associated with a user session in the report server. String. Read-only.
public propertyIsNewExecution Indicates whether the execution of a report is a new execution. Boolean. Read-only.
public propertyExecutionDateTime The date and time of the execution of a report in session. String. Read-only.
public propertyExpirationDateTime 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.

See Also

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.