03e6aa8a0fc7b19e6e7bde149b23f9026404cf4e
API/AdHocSettings.md
| ... | ... | @@ -374,7 +374,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 374 | 374 | |Boolean|[[ShowSimpleModeViewer|/API/CodeSamples/ShowSimpleModeViewer]]|Gets or sets a value indicating whether the classic ReportViewer mode is simple mode. Simple mode hides the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control.|False| |
| 375 | 375 | |Boolean|[[ShowSqlEditor|/API/CodeSamples/ShowSqlEditor]]| Defines availability of SQL Editor tab for current user |False| |
| 376 | 376 | |Boolean|[[ShowSqlOutputIcon|/API/CodeSamples/ShowSqlOutputIcon]]|Gets or sets whether the SQL output icon should be shown in the [[Izenda.Web.UI.AdHocToolbarNavigation|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocToolbarNavigation]] control of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True| |
| 377 | -|Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|Gets or sets the value indicating format for showing exceptions. [[Izenda.AdHoc.AdHocSettings.UseFriendlyErrors|/API/Izenda/AdHoc/AdHocSettings/Izenda-AdHoc-AdHocSettings-UseFriendlyErrors]] must be on for this to have an effect.|True| |
|
| 377 | +|Boolean|[[ShowStackTrace|/API/CodeSamples/ShowStackTrace]]|When set to true, errors are represented with the error message and a hyperlink that opens the stack trace in a framed HTML output string.|True| |
|
| 378 | 378 | |Boolean|[[ShowStyleTab|/API/CodeSamples/ShowStyleTab]]|Gets or sets whether the Style Tab should be displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True| |
| 379 | 379 | |Boolean|[[ShowSummaryLine|/API/CodeSamples/ShowSummaryLine]]|Gets or sets whether the usage of a summary line on the fields tab of the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]] is allowed.**(deprecated)**|True| |
| 380 | 380 | |Boolean|[[ShowSummaryTab|/API/CodeSamples/ShowSummaryTab]]|Gets or sets whether the Summary Tab should be displayed on the [[Izenda.Web.UI.AdHocReportDesigner|/API/Izenda/Web/UI/Izenda-Web-UI-AdHocReportDesigner]].|True| |
| ... | ... | @@ -430,7 +430,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 430 | 430 | |Boolean|[[UseColumnNameForDashboardCommonFilters|/API/CodeSamples/UseColumnNameForDashboardCommonFilters]]| Gets or sets whether common filters in the Dasboard should be combined using Column Name only. Otherwise filters will not be combined at all. |True| |
| 431 | 431 | |Boolean|[[UseConstraintsForJoins|/API/CodeSamples/UseConstraintsForJoins]]| Gets or sets whether multiple autojoining conditions are allowed. **(deprecated)**|False| |
| 432 | 432 | |Boolean|[[UseDefaultDialogs|/API/CodeSamples/UseDefaultDialogs]]| Gets or sets the value indicating whether system dialogs should be shown instead of AdHoc dialogs. |False| |
| 433 | -|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| |
|
| 433 | +|Boolean|[[UseFriendlyErrors|/API/CodeSamples/UseFriendlyErrors]]| Gets or sets the value indicating whether friendly errors should be shown on exceptions. When this is false, errors are described with the default .NET error handling language.|True| |
|
| 434 | 434 | |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| |
| 435 | 435 | |Boolean|[[UseNoLock|/API/CodeSamples/UseNoLock]]| Gets or sets the value indicating whether the NOLOCK statment will be used in SQL queries. |True| |
| 436 | 436 | |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| |