This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/
This method controls global settings. These settings will remain set for all users and reports. Any settings placed inside will override the settings.aspx page settings. This method should be overridden in your global.asax file provided the global.asax main class also inherits the DatabaseAdHocConfig or FileSystemAdHocConfig interfaces.
Obsolete: This method is no longer recommended to use, as it has been succeeded by InitializeReporting in Izenda 6.7.
public override void ConfigureSettings() { Izenda.AdHoc.AdHocSettings.ShowInvisible = true; Izenda.AdHoc.AdHocSettings.ShowClientEmailButton = false; }
Public Overrides Sub ConfigureSettings()
Izenda.AdHoc.AdHocSettings.ShowInvisible = True
Izenda.AdHoc.AdHocSettings.ShowClientEmailButton = False
End Sub
Last edited by Joseph Adams, 2015-02-12 10:02:11