Security |
public class SecurityUserProfile
The SecurityUserProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| SecurityUserProfile | Initializes a new instance of the SecurityUserProfile class |
| Name | Description | |
|---|---|---|
| Connections | List of default connections for the data sources | |
| Culture | Culture of the user | |
| ExecutionMode | If true, reports are executed in a new window by default | |
| LastFolder | Last folder of the user | |
| OnStartup | Action to take after the user logs in | |
| RecentReports | List of recent reports | |
| StartUpReport | Relative report path to execute when the user logs in if OnStartup = 'Execute a specific report' | |
| StartupReportName | Name of report to execute when the user logs in if OnStartup = 'Execute a specific report' |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LoadFromFile | Load the profile from a file path | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SaveToFile | Save to current file | |
| SaveToFile(String) | Save to a file path | |
| SetRecentReports | Set a recent report for the user profile | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |