fea057801cb1d3b14fc5016d3710a2335b0c4444
API/AdHocSettings.md
| ... | ... | @@ -9,8 +9,8 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 9 | 9 | | AdHocConfig|[[AdHocConfig|/Integration/Tutorials/Customizing-Izenda-Settings]]|Gets or sets the current Ad Hoc configuration.| |
| 10 | 10 | | string|[[AdHocUserKey|/API/CodeSamples/AdHocUserKey]]|Gets or sets the password limiting access to the report designer, report list, and report viewer. This is for projects that do not need multi-user security.| |
| 11 | 11 | | AggregateFunctionCollection|AggregateFunctions|| |
| 12 | -| bool|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether it is allowed analysis grid. The option appears in the Visual Group Style combobox at the Style tab in the ReportDesigner.| |
|
| 13 | -| bool|AllowArchivedReportTableCreation|Gets or sets the value indicating whether it is allowed to create the database table that contains archived reports if there is no such table in the database. If set, AdHoc checks if table in database for keeping reportsets exists, and creates it if necessary.| |
|
| 12 | +| bool|[[AllowAnalysisGrid|/API/CodeSamples/AllowAnalysisGrid]]|Gets or sets the value indicating whether to include Analysis Grid in the Visual Group Style field.| |
|
| 13 | +| bool|[[AllowArchivedReportTableCreation|/API/CodeSamples/AllowArchivedReportTableCreation]]|Gets or sets whether to allow the application to create an archived reports table on the database.| |
|
| 14 | 14 | | bool|AllowClientSorting|| |
| 15 | 15 | | bool|AllowComparativeArithmetic|Gets or sets the value indicating whether comparative arithmetic is allowed in arithmetic checkbox. Comparative operators appear in "A" checkboxes at the Fields tab in the ReportDesigner.| |
| 16 | 16 | | bool|AllowCreateNewCategory|Gets or sets the value indicating the possibility to create new categories in Save As dialog in the ReportDesigner.| |