fd9333b61cd206010a80eba9ccd22f74e3496b5a
API/AdHocConfig.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | 6 | |
| 7 | -The AdHocConfig class is where Izenda Reports will perform all of its initialization and configuration. You can also override various methods used by the base class in order to control various aspects of the reporting application. At a minimum, you will probably need to override the [[ConfigureSettings()|/FAQ/ConfigureSettings]] and [[PostLogin()|/FAQ/PostLogin]] methods. This will work for most cases, but we will provide a template with a full list of overridden methods below. Another core part of the Izenda API is the [[AdHocSettings|/API/AdHocSettings]] class. This code should be placed in the Global.asax file of your web site. |
|
| 7 | +The AdHocConfig class is where Izenda Reports will perform all of its initialization and configuration. You can also override various methods used by the base class in order to control various aspects of the reporting application. At a minimum, you will need to set the [[LicenseKey|/API/CodeSamples/LicenseKey]] and the [[connection string|/API/CodeSamples/SqlServerConnectionString]]. However, there are many more customizations you can make to Izenda Reports. We will provide a template with a full list of overridden methods below. You can also find a full list of [[settings|/API/CodeSamples/AdHocsettings]] that Izenda can be customized with on our site. This code should be placed in the Global.asax file of your web site. |
|
| 8 | 8 | |
| 9 | 9 | ##C♯ Example |
| 10 | 10 |