eecf0ebd1df28a73415295863a94d1b63d206765
API/AdHocSettings.md
| ... | ... | @@ -371,20 +371,20 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 371 | 371 | | string|ToolbarCssUrl|Gets or sets the CSS stylesheet URL for the Toolbar.| |
| 372 | 372 | | string|UnCategorizedReportsMenuItemTitle|Deprecated| |
| 373 | 373 | | bool|UseAdvancedGauge|Gets or sets the value indicating whether advanced is used for "Gauge" format. | |
| 374 | -| bool|UseBulkCSV|| |
|
| 374 | +| bool|UseBulkCSV|Gets or sets the value indicating whether to use the Bulk CSV export option. | |
|
| 375 | 375 | | bool|UseColumnNameForDashboardCommonFilters|| |
| 376 | -| bool|UseConstraintsForJoins|| |
|
| 376 | +| bool|UseConstraintsForJoins|Gets or sets the value indicating if multiple autojoining conditions are allowed. | |
|
| 377 | 377 | | bool|UseDefaultDialogs|| |
| 378 | -| bool|UseFriendlyErrors|| |
|
| 378 | +| bool|UseFriendlyErrors|Gets or sets the value indicating whether friendly errors should be shown on exceptions.| |
|
| 379 | 379 | | bool|UseImageDescriptions|| |
| 380 | -| bool|UseNoLock|| |
|
| 381 | -| bool|UseNonPostbackDeleting|| |
|
| 382 | -| bool|UseNonPostbackExport|| |
|
| 383 | -| bool|UseNonPostbackPreview|| |
|
| 384 | -| bool|UseNonPostbackServerEmailing|| |
|
| 385 | -| bool|UseReportID|| |
|
| 386 | -| bool|ValidateBeforeSave|| |
|
| 387 | -| bool|ViewsOnly|| |
|
| 388 | -| string[]|VisibleDataSources|| |
|
| 389 | -| string[]|VisibleTables|| |
|
| 390 | -| VisualGroupStyle|VisualGroupStyle|| |
|
| 380 | +| bool|UseNoLock|Gets or sets the value indicating whether nolock statements will be used in sql-queries.| |
|
| 381 | +| bool|UseNonPostbackDeleting|Gets or sets the value indicating whether a postback should occur on deleting a report.| |
|
| 382 | +| bool|UseNonPostbackExport|Gets or sets the value indicating whether a postback should occur on exporting a report.| |
|
| 383 | +| bool|UseNonPostbackPreview|Gets or sets the value indicating whether a postback should occur on previewing a report.| |
|
| 384 | +| bool|UseNonPostbackServerEmailing|Gets or sets the value indicating whether a postback should occur when emailing a report from the server.| |
|
| 385 | +| bool|UseReportID|Gets or sets whether the application uses a GUID instead of the report name in the query string.| |
|
| 386 | +| bool|ValidateBeforeSave|Gets or sets the value indicating whether ReportSet should be validated before saving.| |
|
| 387 | +| bool|ViewsOnly|ViewsOnly should be used if you would like all views visible and only views visible at the Data Sources tab. | |
|
| 388 | +| string[]|VisibleDataSources|Gets or sets the array of table names that should be shown in the tables dropdown in the ReportDesigner on the Data Sources tab.| |
|
| 389 | +| string[]|VisibleTables|Deprecated. Use VisibleDataSources instead.| |
|
| 390 | +| VisualGroupStyle|VisualGroupStyle|Deprecated| |