78b437e0c594ed80ebb8cc1e4cfd2ad32a713cd3
API/CodeSamples/ShowModifiedReportMessage.md
| ... | ... | @@ -27,7 +27,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig |
| 27 | 27 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE"; |
| 28 | 28 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE"; |
| 29 | 29 | Izenda.AdHoc.AdHocSettings.AdHocConfig = new CustomAdHocConfig(); |
| 30 | - AdHocSettings.ShowModifiedReportMessage= false; //The relevant setting |
|
| 30 | + AdHocSettings.ShowModifiedReportMessage = false; //The relevant setting |
|
| 31 | 31 | HttpContext.Current.Session["ReportingInitialized"] = true; |
| 32 | 32 | } |
| 33 | 33 | } |