How can I render the report to print from left to right, instead of vertically down?

  • I created a report with a tablix. It is grouped and it has only three (3) columns total.  The report generated the data correctly.

    Since it has only three columns, the report was printed with "Vertically Down" format.  This created a lot of white spaces on the report and it printed too many pages

    Sample of two groups of the report will be like this:

    State: A
    1 2 3
    1 2 3

    State B:
    1 2 3
    1 2 3

    ----------

    In order to eliminate the white spaces, I would like the report to look like this:
    ----->                            ------->
    Left to right (2 columns) then, go down another left to right...

    State: A                                                                                      State: B
    1 2 3                                                                                           1 2 3
    1 2 3                                                                                           1 2 3 

    --------------

    Is there anyway to make the report behaves this way?

    Again, I have only one tablix/table in the report. It is not advisable to create another one with hidden the visibility.

    Thanks.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply