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 | |
---|---|---|
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. |
Arriba
Comentarios
Reporting Services passes the IUserContext object to the ProcessReportDefinition method.