#AdHocContext
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Int32 | ClientLicenses | 5 | |
| ReportSet | CurrentReportSet | Gets or sets the Izenda.AdHoc.ReportSet that was most recently loaded by the current user. | new Izenda.AdHoc.ReportSet() |
| String | CurrentUserName | Gets or sets the name of the current user. | DefaultAdministrator |
| Boolean | DisableLogging | Deterines whether logging is disabled. | False |
| Driver | Driver | new Izenda.AdHoc.Database.MSSQLDriver() | |
| Int32 | ProcessorLicenses | 0 | |
| Int32 | ReportSetCount | Gets the number of Izenda.AdHoc.ReportSet objects | 0 |
| Boolean | SchedulerExecuting | Gets values indicating that current session started by scheduler | False |
| UsersCountModel | UsersCountModel | Monthly | |
| Int32 | ViewerLicenses | 5 |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###SetSchedulerExecuting(System.Boolean)
Parameters:
- System.Boolean isSchedulerExecuting
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
