views:

38

answers:

0

Hi,

I want to make a report that has one simple table

Pen----Tonnage

A1----- 2000.3

A2----- 1253.4

A3----- 434.76

and so on for quite a few pens.

So I don't waste page space, I want to have my table spill over onto a couple new columns on the right, like this:

Pen-----Tonnage---|---Pen-----Tonnage

A1---------434------------G5--------36434
A2---------545.3----------G6--------45634

A3---------766.4----------G7--------34633

Please just accept the ticks as blank space, this is hard to format in stackoverflow with my noob knowledge.

How do you accomplish this table spillover into the next table-column in the Microsoft Reports rdlc files?