API/AdHocConfig.md
... ...
@@ -105,7 +105,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.FileSystemAdHocConfig
105 105
//Limit users' ability to design reports
106 106
AdHocSettings.ShowDesignLinks = false;
107 107
}
108
- HttpContext.Current.Session("ReportingInitialized") = True;
108
+ HttpContext.Current.Session["ReportingInitialized"] = true;
109 109
}
110 110
111 111
// Gets a list of ReportInfo objects for all loadable reports stored.