API/AdHocSettings.md
... ...
@@ -2,6 +2,24 @@
2 2
3 3
The ``AdHocSettings`` class contains all the settings Izenda uses to control various aspects of the interface and flow of data. Many of the more useful settings are explained in detail in our [[Guide to Report Design|/Guides/ReportDesign]] and [[Developer Guides|/Guides/Developer-Links-and-Guides]]. ")
4 4
5
+<!--
6
+<table border="1" width="100%">
7
+ <tr>
8
+ <th width="25%">
9
+ Datatype
10
+ </th>
11
+ <th width="25%">
12
+ Property name
13
+ </th>
14
+ <th width="25%">
15
+ Property description
16
+ </th>
17
+ <th width="25%">
18
+ Default Value
19
+ </th>
20
+ </tr>
21
+-->
22
+
5 23
|Datatype|Property name|Property description|Default Value|
6 24
|:-------|:----------:|:-----------------:|:-----------:|
7 25
|String|[[AddAllFilterRegex|/API/CodeSamples/AddAllFilterRegex]]| Gets or sets the regular expression used for filtering the fields added by clicking "Add All". If the name of a column matches this expression then it will not be added when "Add All" is clicked. |(id&#124;guid)$|