IUserContext 接口

Defines the properties of the context of the user session.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
Public Interface IUserContext
用法
Dim instance As IUserContext
public interface IUserContext
public interface class IUserContext
type IUserContext =  interface end
public interface IUserContext

IUserContext 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

注释

Reporting Services passes the IUserContext object to the ProcessReportDefinition method.

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间