7e9dc6d72a9a13a1c7a5ddda817c143c6d9bd01d
API/AdHocSettings.md
| ... | ... | @@ -4,10 +4,10 @@ The ``AdHocSettings`` class contains all the settings Izenda uses to control var |
| 4 | 4 | |
| 5 | 5 | |Datatype|Setting name|Setting description| |
| 6 | 6 | |:-------|:----------:|:-----------------:| |
| 7 | -| string|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]|| |
|
| 7 | +| string|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]|Gets or sets a regular expression to filter data source fields that can be added with the "Add All" button.| |
|
| 8 | 8 | | Dictionary<string,double>|AdditionalTimeZones || |
| 9 | -| AdHocConfig|AdHocConfig|Gets or sets the current AdHocConfig - Ad Hoc configuration.| |
|
| 10 | -| string|AdHocUserKey|A single password limiting access to the report designer, report list and report viewer. This is for projects that do not need multi-user security.| |
|
| 9 | +| AdHocConfig|[[AdHocConfig|/Integration/Tutorials/Customizing-Izenda-Settings]]|Gets or sets the current Ad Hoc configuration.| |
|
| 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 | 12 | | bool|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 | 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.| |