Class UserProfile
Contains the user details of the user currently accessing the report or component.
Inheritance
System.Object
UserProfile
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class UserProfile : Object, IReportDispose, IDisposable
Constructors
UserProfile()
Declaration
public UserProfile()
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserID
Gets or sets user Id of the user currently accessing the report.
Declaration
public string UserID { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing the user Id. |
Methods
Dispose()
Provides a mechanism for releasing unmanaged resources.
Declaration
public void Dispose()
Remarks
It close or release unmanaged resources such as files, streams, and handles held by an instance of the class that implements this interface.
Implements
System.IDisposable