IUserContext Interface

Definition

Defines the properties of the context of the user session.

public interface class IUserContext
public interface IUserContext
type IUserContext = interface
Public Interface IUserContext

Remarks

Reporting Services passes the IUserContext object to the ProcessReportDefinition method.

Properties

AuthenticationType

Gets the value that specifies the authentication mode.

Token

Gets the value that specifies the security token.

UserName

Gets the value that specifies the user name.

Applies to