Single record per page

Hi All,

I am new to RS2000 but have made a report that i need to have 1 record shown per page.

the paper i am going to print to is 254mm x 178mm.

I cant seem to figure this one out so any help or advise is most welcome


Answer this question

Single record per page

  • AGuther

    You can a grouping to your data region, use RowNumber() function to control how many records belong to each group, and add a pagebreak on the group. This page contains a sample of how to do this http://msdn2.microsoft.com/en-us/library/ms157328.aspx (scroll to the page breaks section).



  • Single record per page