one page per row using RDLC and Visual Studio 2010

Answered one page per row using RDLC and Visual Studio 2010

  • Monday, September 12, 2011 4:34 AM
     
     

    Hi,

    I need to create a new page per each record in the query using RDLC, I have tried to follow this link: http://msdn.microsoft.com/en-us/library/dd338694.aspx but I could not find Object Designer option I guess it is not available on Visual Studio 2010, so which is the best way to achive this?

    Thanks


    paburgos

All Replies

  • Thursday, September 15, 2011 7:09 PM
     
     Answered

    I think I have solved this,

    using Row Groups in Group Properties windows there is an option called Page Breaks I have selected "after each instance of the group" but my advice is to use Visual Studio 2008 rdlc designer it is much more complete and easy to use.

    thanks


    paburgos
    • Marked As Answer by paburgos Thursday, September 15, 2011 7:09 PM
    • Edited by paburgos Thursday, September 15, 2011 7:11 PM
    •  
  • Wednesday, April 18, 2012 7:07 PM
     
     Proposed

    1 -  Define the Report Dimensions to the size you want.

    2 - Insert a List Control and define is size to the Report size just defined.

    3 - Drag the other controls that you need to compose your report inside the list control.

    That's it :)

    • Proposed As Answer by Jakob Lithner Friday, July 13, 2012 11:48 AM
    •