Compartir a través de


Interfaz IUserContext

Defines the properties of the context of the user session.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public Interface IUserContext
'Uso
Dim instance As IUserContext
public interface IUserContext
public interface class IUserContext
type IUserContext =  interface end
public interface IUserContext

El tipo IUserContext expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AuthenticationType Gets the value that specifies the authentication mode.
Propiedad pública Token Gets the value that specifies the security token.
Propiedad pública UserName Gets the value that specifies the user name.

Arriba

Comentarios

Reporting Services passes the IUserContext object to the ProcessReportDefinition method.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.Interfaces