API/AdHocSettings.md
... ...
@@ -254,7 +254,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var
254 254
|String|[[ScheduledDashboardUrlFormatString|/API/CodeSamples/ScheduledDashboardUrlFormatString]]| Gets or sets the url that is sent via email as the report web address. |http://www.izenda.com/ReportViewer.aspx?{0}|
255 255
|String|[[ScheduledReportsUrlFormatString|/API/CodeSamples/ScheduledReportsUrlFormatString]]| Gets or sets the URL that is sent via email as the report web address. |http://www.izenda.com/ReportViewer.aspx?{0}|
256 256
|SchedulerOutputCollection|[[SchedulerExports|/API/CodeSamples/SchedulerExports]]| Gets or sets the types of formats that are available as options for exporting scheduled reports to. **(deprecated)**|{}|
257
-|SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]| Get or sets the export formats that are allowed when emailing scheduled reports. |{Link, Embedded,<br>PDF, CSV,<br>HTML, XLS(MIME)}|
257
+|SchedulerOutputCollection|[[SchedulerOutputTypes|/API/CodeSamples/SchedulerOutputTypes]]| Get or sets the export formats that are allowed when emailing scheduled reports. |{Link, Word(DOC),<br> Embedded, HTML2PDF,<br> CSV, HTML,<br> Excel(XLS)}|
258 258
|String|[[SchedulerTenantID|/API/CodeSamples/SchedulerTenantID]]| Gets or sets the tenantId to use for the scheduler. This ensures reports of different tenants are not scheduled erroneously. **(deprecated)**|String.Empty|
259 259
|TimeSpan|[[SchemaCacheTimeout|/API/CodeSamples/SchemaCacheTimeout]]| Gets or sets how long the application will keep the schema in the cache before fetching it from the database again. |1.00:00:00|
260 260
|Unit|[[SelectValueDropDownWidth|/API/CodeSamples/SelectValueDropDownWidth]]|Gets or sets the width of the "Value" dropdown menus on the Filters tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] when Equals(Select), Equals(Checkboxes), Select(Multiple), or any (Field) operator is selected.|300px|