Freigeben über


IUserContext-Schnittstelle

Defines the properties of the context of the user session.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Interface IUserContext
'Usage
Dim instance As IUserContext
public interface IUserContext
public interface class IUserContext
type IUserContext =  interface end
public interface IUserContext

Der IUserContext-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuthenticationType Gets the value that specifies the authentication mode.
Öffentliche Eigenschaft Token Gets the value that specifies the security token.
Öffentliche Eigenschaft UserName Gets the value that specifies the user name.

Zum Anfang

Hinweise

Reporting Services passes the IUserContext object to the ProcessReportDefinition method.

Siehe auch

Verweis

Microsoft.ReportingServices.Interfaces-Namespace