Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Report Grouping

Author  Topic 

Jack_Oh
Starting Member

7 Posts

Posted - 2010-01-14 : 12:57:00
I have a table and the name John appears in the table 3 times with the columns associated with each row. Right now all I can do is print the 3 rows with John records just on 1 page. What I want to do is print a seperate page for each row or occurence of John. And I would prefer to use a list item to do this because I have to add several text boxes to each page like a form. Thanks for your help.

Ronald Rex

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-01-14 : 13:01:58
then apply grouping on relevant fields and select property insert page break after group in grouping properties tab.
Go to Top of Page

Jack_Oh
Starting Member

7 Posts

Posted - 2010-01-14 : 13:57:12
I'm sorry I tried that but it didn't work for me. If you dont mind could you be a little more detailed. I am fairly new at this. Thanks

quote:
Originally posted by visakh16

then apply grouping on relevant fields and select property insert page break after group in grouping properties tab.



Ronald Rex
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-01-15 : 00:12:15
can you explain how you tried first?
Go to Top of Page
   

- Advertisement -