ea8f70c20c0a4b67652d73036820b570caec8168
API/AdHocSettings.md
| ... | ... | @@ -115,6 +115,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 115 | 115 | |Boolean|[[DistinctSubtotalInnerQuery|/API/CodeSamples/DistinctSubtotalInnerQuery]]| Gets or sets whether the DISTINCT option will be applied to inner queries when calculating subtotals. |True| |
| 116 | 116 | |FormatCollection|[[DrillDownStyle|/API/CodeSamples/DrillDownStyle]]| Gets or sets the list of available formats for displaying and accessing sub-reports from a main report. |{DetailLink, DetailLinkNewWindow,<br>EmbeddedDetail, DetailLinkPopup}| |
| 117 | 117 | |AggregateFunctionCollection|[[DundasAggregateFunctions|/API/CodeSamples/DundasAggregateFunctions]]|Gets or sets the list of aggregation functions functions to use in the "Function" dropdown list on the Map Tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|{None, AVG,<br>COUNT, COUNT_DISTINCT,<br>SUM}| |
| 118 | +|String|[[DundasImagesPath|/API/CodeSamples/DundasImagesPath]]|Gets or sets the path used for Dundas Map rendering|String.Empty| |
|
| 118 | 119 | |String|[[EmailFromAddress|/API/CodeSamples/EmailFromAddress]]|Gets or sets the email address that will be used in the "from" line of emails sent via the scheduler and the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|adhoc@yourdomain.com| |
| 119 | 120 | |String|[[EmailSubjectFormatString|/API/CodeSamples/EmailSubjectFormatString]]| Gets or sets the format string to use for the subject line of emails sent via the report scheduler. The report name is the value used for the subject. |{0}| |
| 120 | 121 | |Boolean|[[EmbedReportInServerEmail|/API/CodeSamples/EmbedReportInServerEmail]]| Gets or sets whether reports sent via the server will be embedded in the email. When false, reports will be sent as links instead. |False| |