be99723ee89c2e8923e28f0d93a0157ee17dcfd0
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 | + |
|
| ... | ... | \ No newline at end of file |