Answered Table starting in the next page.

  • Saturday, April 28, 2012 3:32 PM
     
     

    Hi, Im using Reporting Services 2005.

    I have a report, and in this report there are several tables.

    These tables bring information from an sql database. They display many rows of data.

    I have this scenario:

    When running the report, in Page 1 i got:

    Table1 with its rows of data.

    Table2 with rows of data.

    In Page 2 i have the continuation of the rows from Table2.

    But i would something like this:

    Page1:

    Table1 with its rows of data.

    Page2:

    Table2 with its rows of data.

    What im trying to say is, i don't want a table starting in the middle of a page. When a table starts, i want it to start at the beginning of the page.

    How can i do this?

    Thanks.


    pyram

All Replies

  • Sunday, April 29, 2012 2:21 AM
     
     Answered

    Hi Pyram, 

    Right click on the 2nd table and go to tablix properties.  Select "Add a page break before".  That will take the 2nd table to a new page.

    Hopte this resolves your issue.

    Good luck


    regards Natraj www.BItipsntricks.com Mark as Answer, if it is answer for your Question. Vote as Helpful, if it is helpful to you.

    • Marked As Answer by pyram07 Tuesday, May 01, 2012 3:28 AM
    •  
  • Sunday, April 29, 2012 2:25 AM
     
     Answered

    Hi Pyram, 

    Right click on the 2nd table and go to tablix properties.  Select "Add a page break before".  That will take the 2nd table to a new page.

    Hope this resolves your issue.

    Good luck


    regards Natraj www.BItipsntricks.com Mark as Answer, if it is answer for your Question. Vote as Helpful, if it is helpful to you.


    • Edited by Natraj, Australia Sunday, April 29, 2012 2:28 AM
    • Marked As Answer by pyram07 Tuesday, May 01, 2012 3:28 AM
    •  
  • Monday, April 30, 2012 8:28 AM
    Moderator
     
     Answered
    Hi pyram07,

    In your case, I think we need to add a page break to “Table1”. For detail steps, please refer to the article below:
    http://msdn.microsoft.com/en-us/library/ms156434(v=sql.90).aspx

    After add a page break to “Table1”, the table2 records will start with a new page.

    Regards,

    Bin Long

    TechNet Community Support


  • Tuesday, May 01, 2012 3:29 AM
     
     
    thank you all!

    pyram