API/AdHocSettings.md
... ...
@@ -438,6 +438,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
438 438
|Boolean|[[UseNonPostbackPreview|/API/CodeSamples/UseNonPostbackPreview]]|Gets or sets whether clicking the "Preview" tab on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] causes a postback to the server. If the application is an MVC app, then this will always be true.|True|
439 439
|Boolean|[[UseNonPostbackServerEmailing|/API/CodeSamples/UseNonPostbackServerEmailing]]| Gets or sets the value indicating whether should not be postback on report sever emailing. |True|
440 440
|Boolean|[[UseReportID|/API/CodeSamples/UseReportID]]| Gets or sets whether GUIDs will be used instead of report names in web links and url parameters. |False|
441
+|Boolean|[[UseSafeDivisionInExpressions|/API/UseSafeDivisionInExpressions]]|Gets or sets if safe division is used in expressions to prevent a divide by zero exception|True|
441 442
|Boolean|[[ValidateBeforeSave|/API/CodeSamples/ValidateBeforeSave]]|Gets or sets the value indicating whether the [[Izenda.AdHoc.ReportSet|/API/Izenda/AdHoc/Izenda-AdHoc-ReportSet]] should be validated before saving. Reports are invalid if they contain no fields or if any piece of the entire report threw an error.|False|
442 443
|Boolean|[[ViewsOnly|/API/CodeSamples/ViewsOnly]]| Gets or sets the value indicating whether only views will be displayed on the datasources tab. |False|
443 444
|String[]|[[VisibleDataSources|/API/CodeSamples/VisibleDataSources]]|Gets or sets the array of datasource names that should be shown in the datasources dropdown on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|[]|