API/CodeSamples/CheckBoxListColumns.md
... ...
@@ -0,0 +1,25 @@
1
+#CheckBoxListColumns
2
+
3
+[[_TOC_]]
4
+
5
+##About
6
+
7
+Gets or sets the maximum number of checkbox columns in "Quick add" dialog in the Report Designer on the Fields tab.
8
+
9
+_**Note: The number of columns will default to the number of columns specified by [[QuickAddMinElementsInColumn|/API/CodeSamples/QuickAddMinElementsInColumn]] if this number is less than or equal to the other.**_
10
+
11
+##Global.asax (C♯)
12
+
13
+```csharp
14
+
15
+```
16
+
17
+##Global.asax (VB.NET)
18
+
19
+```visualbasic
20
+
21
+```
22
+
23
+##Screenshots
24
+
25
+![](http://www.izenda.com/Site/Images/Screenshots/CheckBoxListColumnsDS.png)
... ...
\ No newline at end of file