1def32e817df9b966a2e1a13725bf7aa87bfcd35
API/CodeSamples/CacheReports.md
| ... | ... | @@ -48,7 +48,7 @@ Public Class CustomAdHocConfig |
| 48 | 48 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE" |
| 49 | 49 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE" |
| 50 | 50 | Izenda.AdHoc.AdHocSettings.AdHocConfig = New CustomAdHocConfig() |
| 51 | - AdHocSettings.ShowDesignLinks = True 'The relevant setting |
|
| 51 | + AdHocSettings.CacheReports = True 'The relevant setting |
|
| 52 | 52 | HttpContext.Current.Session("ReportingInitialized") = True |
| 53 | 53 | End Sub |
| 54 | 54 | End Class |