ConfigureSettings()
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.
public override void ConfigureSettings()
{
Izenda.AdHoc.AdHocSettings.ShowInvisible = true;
Izenda.AdHoc.AdHocSettings.ShowClientEmailButton = false;
}