5030bbf9a2ecb2ba32f659a255623119c44411bd
API/AdHocSettings.md
| ... | ... | @@ -37,7 +37,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 37 | 37 | |Boolean|[[AutoJoinOnRenderedRows|/API/CodeSamples/AutoJoinOnRenderedRows]]|Gets or sets the value indicating whether auto-join function should work for server-rendered rows in Izenda.AdHoc.AdHocSettings.JoinedTablesList**(deprecated)**|True| |
| 38 | 38 | |Boolean|[[AutoPostBackOnFilterChange|/API/CodeSamples/AutoPostBackOnFilterChange]]|Gets or sets the value indicating whether should be postback on filter change.|True| |
| 39 | 39 | |Boolean|[[CacheEqualsSelect|/API/CodeSamples/CacheEqualsSelect]]|Gets or sets the value indicating whether "Equals (Select)" value should be cached.|False| |
| 40 | -|String|[[CacheFolder|/API/CodeSamples/CacheFolder]]|Gets or sets the folder where cache is stored|C:\Users\Joseph\AppData\Local\Temp\| |
|
| 40 | +|String|[[CacheFolder|/API/CodeSamples/CacheFolder]]|Gets or sets the folder where cache is stored|[systemdrive]:\Temp\| |
|
| 41 | 41 | |Boolean|[[CacheQueries|/API/CodeSamples/CacheQueries]]|Gets or sets the value indicating whether all queries for the Izenda.AdHoc.Database.Driver should be cached.|True| |
| 42 | 42 | |Boolean|[[CacheReports|/API/CodeSamples/CacheReports]]|Gets or sets the value indicating whether all loaded reports should be cached.|True| |
| 43 | 43 | |Boolean|[[CacheSchema|/API/CodeSamples/CacheSchema]]|Gets or sets the value indicating whether Izenda.AdHoc.Database.Driver.DatabaseSchema should be cached.|True| |
| ... | ... | @@ -68,7 +68,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 68 | 68 | |String|[[DashboardDesignerUrlWithDelimiter|/API/CodeSamples/DashboardDesignerUrlWithDelimiter]]|Gets the Izenda.AdHoc.AdHocSettings.DashboardDesignerUrl with "?" or "&" char at the end.|DashboardDesigner.aspx?| |
| 69 | 69 | |Int32|[[DashboardFieldsCount|/API/CodeSamples/DashboardFieldsCount]]|Gets or sets the count of additional reports.|3| |
| 70 | 70 | |Double|[[DashboardGaugeMax|/API/CodeSamples/DashboardGaugeMax]]|Gets or sets the gauge max value for "Dashboard Gauge" format.**(deprecated)**|1.79769313486232E+308| |
| 71 | -|Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]|Gets or sets the guage min value for "Dashboard Gauge" format.**(deprecated)**|-1.79769313486232E+308| |
|
| 71 | +|Double|[[DashboardGaugeMin|/API/CodeSamples/DashboardGaugeMin]]|Gets or sets the gauge min value for "Dashboard Gauge" format.**(deprecated)**|-1.79769313486232E+308| |
|
| 72 | 72 | |Int32|[[DashboardGaugeWidth|/API/CodeSamples/DashboardGaugeWidth]]|Gets or sets value, indicating how long (minutes) reportSet output html will stay in cache. Zero means cache disabled.|200| |
| 73 | 73 | |Int32|[[DashboardMinimumWidth|/API/CodeSamples/DashboardMinimumWidth]]|Gets or set minimum dashboard width.**(deprecated)**|1000| |
| 74 | 74 | |Boolean|[[DashboardMode|/API/CodeSamples/DashboardMode]]|Gets or sets the value indicating whether dashboard mode is enabled.**(deprecated)**|False| |
| ... | ... | @@ -262,7 +262,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 262 | 262 | |Boolean|[[ShowAllTables|/API/CodeSamples/ShowAllTables]]|Gets or sets the value indicating whether all tables should be shown in tables dropdown.**(deprecated)**|True| |
| 263 | 263 | |Boolean|[[ShowArithmeticInSummary|/API/CodeSamples/ShowArithmeticInSummary]]|Gets or sets the value indicating whether arithmetic operations are shown in the summary tab of Izenda.Web.UI.AdHocReportDesigner.|False| |
| 264 | 264 | |Boolean|[[ShowArithmeticOperations|/API/CodeSamples/ShowArithmeticOperations]]|Gets or sets the value indicating whether arithmetic operations are shown in Izenda.AdHoc.AdHocSettings.FieldList.|True| |
| 265 | -|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should beshown in the Izenda.Web.UI.AdHocToolbarNavigation.|False| |
|
| 265 | +|Boolean|[[ShowBackButton|/API/CodeSamples/ShowBackButton]]|Gets or sets the value indicating whether "Back" button should be shown in the Izenda.Web.UI.AdHocToolbarNavigation.|False| |
|
| 266 | 266 | |Boolean|[[ShowBetweenDateCalendar|/API/CodeSamples/ShowBetweenDateCalendar]]||True| |
| 267 | 267 | |Boolean|[[ShowBulkCSVButton|/API/CodeSamples/ShowBulkCSVButton]]|Gets or sets the value indicating possibility export to BulkCSV**(deprecated)**|False| |
| 268 | 268 | |Boolean|[[ShowCategoryTextboxInSaveDialog|/API/CodeSamples/ShowCategoryTextboxInSaveDialog]]|Gets or sets the value indicating whether category checkbox should be shown in the save dialog.|True| |
| ... | ... | @@ -280,7 +280,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 280 | 280 | |Boolean|[[ShowDatabaseDiagramIcon|/API/CodeSamples/ShowDatabaseDiagramIcon]]|Gets or sets the value indicating whether the Database Diagram icon should be shown in the toolbar.|True| |
| 281 | 281 | |Boolean|[[ShowDatabaseTypes|/API/CodeSamples/ShowDatabaseTypes]]|Gets or set value indicating whether database types should be shown in the fields dropdown.|False| |
| 282 | 282 | |Boolean|[[ShowDataSourcesAsCheckBoxes|/API/CodeSamples/ShowDataSourcesAsCheckBoxes]]|Gets or sets the value indicating mode of data sources list is showed.|True| |
| 283 | -|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withdata sources list is showed.|True| |
|
| 283 | +|Boolean|[[ShowDataSourcesTab|/API/CodeSamples/ShowDataSourcesTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with data sources list is showed.|True| |
|
| 284 | 284 | |Boolean|[[ShowDataWhenParametersBlank|/API/CodeSamples/ShowDataWhenParametersBlank]]|Gets or sets the value indicating whether data should be shown in report viewer if all parameters is blank.**(deprecated)**|True| |
| 285 | 285 | |Boolean|[[ShowDescriptionsInReportsTab|/API/CodeSamples/ShowDescriptionsInReportsTab]]|Gets or sets the value indicating whether reports descriptions should beshown in the reports tab of Izenda.Web.UI.AdHocReportDesigner.**(deprecated)**|False| |
| 286 | 286 | |Boolean|[[ShowDesignDashboardLink|/API/CodeSamples/ShowDesignDashboardLink]]|Gets or sets the value indicating whether design new dashboard link is shown|True| |
| ... | ... | @@ -298,7 +298,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 298 | 298 | |Boolean|[[ShowFilterLogic|/API/CodeSamples/ShowFilterLogic]]|Gets or sets the value indicating whether Filter Logic should be shown in the Izenda.Web.UI.FilterList.|True| |
| 299 | 299 | |Boolean|[[ShowFiltersInDashboards|/API/CodeSamples/ShowFiltersInDashboards]]|Gets or set value indicating whether filters should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer.|True| |
| 300 | 300 | |Boolean|[[ShowFiltersInReportViewer|/API/CodeSamples/ShowFiltersInReportViewer]]|Gets or set value indicating whether filters should be shown in Izenda.AdHoc.AdHocSettings.ReportViewer.**(deprecated)**|True| |
| 301 | -|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab withfilters list is showed.|True| |
|
| 301 | +|Boolean|[[ShowFiltersTab|/API/CodeSamples/ShowFiltersTab]]|Gets or sets the value indicating whether Izenda.Web.UI.AdHocReportDesigner tab with filters list is showed.|True| |
|
| 302 | 302 | |Boolean|[[ShowFunctions|/API/CodeSamples/ShowFunctions]]|Gets or sets the value indicating whether functions should be shown in the Izenda.AdHoc.AdHocSettings.FieldList.|True| |
| 303 | 303 | |Boolean|[[ShowGaugePercentage|/API/CodeSamples/ShowGaugePercentage]]|Gets or sets the value indicating whether percentage at gauges should be shown.|False| |
| 304 | 304 | |Boolean|[[ShowGaugeTab|/API/CodeSamples/ShowGaugeTab]]|Gets or sets the value indicating whether gauges tab should be shown in report designer.|True| |
| ... | ... | @@ -325,7 +325,7 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 325 | 325 | |Boolean|[[ShowNewButton|/API/CodeSamples/ShowNewButton]]|Gets or sets the value indicating whether the "New" icon should be shown in the toolbar.|True| |
| 326 | 326 | |Boolean|[[ShowNonIndexedJoinFields|/API/CodeSamples/ShowNonIndexedJoinFields]]|Gets or sets the value indicating whether non-indexed join fields should be shown.|True| |
| 327 | 327 | |Boolean|[[ShowODTButton|/API/CodeSamples/ShowODTButton]]|Gets or sets the value indicating possibility export to ODT**(deprecated)**|False| |
| 328 | -|Boolean|[[ShowOnlineDocumentation|/API/CodeSamples/ShowOnlineDocumentation]]|Gets or sets the value indicating if it's nessesary to show Details button in Settings.|True| |
|
| 328 | +|Boolean|[[ShowOnlineDocumentation|/API/CodeSamples/ShowOnlineDocumentation]]|Gets or sets the value indicating if it's necessary to show Details button in Settings.|True| |
|
| 329 | 329 | |Boolean|[[ShowOpenOfficeButton|/API/CodeSamples/ShowOpenOfficeButton]]|Gets or sets the value indicating possibility export to OpenOffice|False| |
| 330 | 330 | |Boolean|[[ShowPDFButton|/API/CodeSamples/ShowPDFButton]]|Gets or sets the value indicating possibility export to PDF|True| |
| 331 | 331 | |Boolean|[[ShowPivot|/API/CodeSamples/ShowPivot]]|Enables/disables the option of adding pivots to reports.|True| |