Interface IUserContext

Defines the properties of the context of the user session.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Interface IUserContext
'Utilisation
Dim instance As IUserContext
public interface IUserContext
public interface class IUserContext
type IUserContext =  interface end
public interface IUserContext

Le type IUserContext expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AuthenticationType Gets the value that specifies the authentication mode.
Propriété publique Token Gets the value that specifies the security token.
Propriété publique UserName Gets the value that specifies the user name.

Haut de la page

Notes

Reporting Services passes the IUserContext object to the ProcessReportDefinition()()()() method.