7543d5f293412acaed8445ed7ed9deb5359ca685
API/AdHocSettings.md
| ... | ... | @@ -8,6 +8,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 8 | 8 | |Dictionary|[[AdditionalTimeZones|/API/CodeSamples/AdditionalTimeZones]]|Gets or sets the collection of additional time zones.**(deprecated)**|null| |
| 9 | 9 | |AdHocConfig|[[AdHocConfig|/API/CodeSamples/AdHocConfig]]| Gets or sets the current Izenda.AdHoc.AdHocSettings.AdHocConfig - Ad Hoc configuration. |null| |
| 10 | 10 | |String|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets a single password limiting access to all reporting pages.|String.Empty| |
| 11 | +|Boolean|[[AdjustSeparatorsInEqualsListValues|/API/CodeSamples/AdjustSeparatorsInEqualsListValues]]|Enables or Disables the adaptive modification of separators when using the Equals(List) filter. Default True behavior is the traditional behavior of this filter.|True| |
|
| 11 | 12 | |AggregateFunctionCollection|[[AggregateFunctions|/API/CodeSamples/AggregateFunctions]]| Gets or sets the list of aggregation functions to use in the "Function" dropdown lists on the Fields, Summary, Chart, and Gauge Tabs of the Izenda.Web.UI.AdHocReportDesigner. |{None, AVG, COUNT, <br>COUNT_DISTINCT, MAX, MIN, <br>SUM, TimeSUM, SUM_DISTINCT, <br>GROUP_BY_DAY, GROUP_BY_MONTH, GROUP_BY_YEAR, <br>GROUP_BY_MONTH_NAME, GROUP_BY_DAY_OF_WEEK, GROUP_BY_DATE, <br>GROUP_BY_YEAR_AND_MONTH, GROUP_BY_YEAR_AND_MONTH_NAME, GROUP_BY_WEEK, <br>GROUP_BY_QUARTER, DAYS_OLD, AVG_DAYS_OLD, <br>SUM_DAYS_OLD, GROUP}| |
| 12 | 13 | |Boolean|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]| Determines whether the "Analysis Grid" visual grouping option is available on the Style Tab of the Izenda.Web.UI.AdHocReportDesigner. |True| |
| 13 | 14 | |Boolean|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets whether an "Archive" table can be created on the database used to store reports. This only applies when DatabaseAdHocConfig mode is used.|True| |
| ... | ... | @@ -470,6 +471,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 470 | 471 | |Boolean|[[UseDefaultDialogs|/API/CodeSamples/UseDefaultDialogs]]|Gets or sets the value indicating whether system dialogs should be shown instead of AdHoc dialogs.**(deprecated)**|False| |
| 471 | 472 | |Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]|Gets or sets the value indicating whether friendly errors should be shown on exceptions. Friendly errors are represented with the error message and a hyperlink that opens the stack trace in a framed HTML output string. When this is false, errors are simply re-thrown to be handled by .NET's error handling.|True| |
| 472 | 473 | |Boolean|[[UseImageDescriptions|/API/CodeSamples/UseImageDescriptions]]|Gets or sets whether charts, gauges, and other images will use an ALT tag containing relevant information to describe the image.|False| |
| 474 | +|Boolean|[[UseNativeOracleClient|/API/CodeSamples/UseNativeOracleClient]]|Gets or sets whether the Oracle driver uses the native Oracle client.|False| |
|
| 473 | 475 | |Boolean|[[UseNoLock|/API/CodeSamples/UseNoLock]]|Gets or sets the value indicating whether the NOLOCK statment will be used in SQL queries.|True| |
| 474 | 476 | |Boolean|[[UseNonPostbackDeleting|/API/CodeSamples/UseNonPostbackDeleting]]|Gets or sets whether deleting a report causes a postback to the server. If the application is an MVC app, then this will always be true.|True| |
| 475 | 477 | |Boolean|[[UseNonPostbackExport|/API/CodeSamples/UseNonPostbackExport]]|Gets or sets whether exporting a report will cause a server postback to occur.|True| |