I have a distribution report which has to page not only on rows but on columns also. I want to generate report as below format.
Notice the column A1,A2....... These are room type. These are dynamic. So it can be A1, A2, A3, A4,A5 ..... So if one page width accomodate only colmn up to A3 then A4, A5, ...... should go on to next page with same code and description rows. Is there any design option or other way to do it ?
Ist page:
Next page:
Please help me out.
Thanks in advance.
Arjun
Notice the column A1,A2....... These are room type. These are dynamic. So it can be A1, A2, A3, A4,A5 ..... So if one page width accomodate only colmn up to A3 then A4, A5, ...... should go on to next page with same code and description rows. Is there any design option or other way to do it ?
Ist page:
Code |
Description
|
|
|
|
A1 |
A2 |
A3 |
||
|
CASEGOOD |
|
|
|
1001 |
Desk |
1 |
2 |
1 |
1002 |
Outdoor table |
2 |
1 |
1 |
Next page:
Code |
Description
|
|
|
|
A4 |
A5 |
A6 |
||
|
CASEGOOD |
|
|
|
1001 |
Desk |
3 |
1 |
1 |
1002 |
Outdoor table |
1 |
1 |
1 |
Please help me out.
Thanks in advance.
Arjun