IUserContext 介面
Defines the properties of the context of the user session.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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.