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.