Answered Managing page cutoffs.

  • Monday, February 25, 2013 8:08 PM
     
     

    There are two situations in my report where it reaches the end of the page and cuts the rows or controls off when I would prefer they be together.

    One issue is a certain grouping in a tablix control which will have enough data to span multiple pages.  How do I specify rows that must print together?

    Secondly, at the end, I have a line control and textbox.  I need these two controls to always be on the same page.

    Any suggestions?

All Replies

  • Monday, February 25, 2013 8:14 PM
     
     Answered
    I like to use a table to layout my report.  The table has one column the width of the Report.  Each row represents a section that must be on one page.  You can put other report items in these cells or sub reports.  This method has worked well for me.