I have a simple table in a report:
Company Cost
ABC 123
BCD 234
CDE 345
DEF 456
EFG 567
.... ...
What I would like is for the report to look like this:
Company Cost Company Cost
ABC 123 DEF 456
BCD 234 EFG 567
CDE 345
Is there a way to have a table "wrap" the columns so that all of the table's contents can be displayed in the viewable area instead of having to have the page buttons?