columnQuantity
columnQuantity is an attribute of report definition, and it is used to display the number of columns when displaying filters. When not provided or explicitly set to 1, a single-column layout is used.
2-column layout example:
<
Report
columnQuantity
=
"2"
>
<
Name
>MyFirstReport</
Name
>
3-column layout example:
<
Report
columnQuantity
=
"3"
>
<
Name
>MyFirstReport</
Name
>