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
 Help needed - Grouping? - Multivalue parameter

Author  Topic 

DHL
Starting Member

16 Posts

Posted - 2008-01-10 : 04:19:23
Hello,

I have created a list in visual studio reporting services with all outstanding invoices for a range of customers (where customer number between 'From' and 'To' parameter). I have also created a statement in the reporting layout, but now I would like to know I can make sure that the statement for every customer appears on a new page?

Statement looks as follows:
-------------------------------------------

Customer number: XXXXXXXXXX
Customer name: John Doe
Adress: Test street 23
...
=======
Invoice details: (Note: this is a table which contains all outstanding invoices for this customer including the open amounts).

Please help.

Thanks!

Cheers

tm
Posting Yak Master

160 Posts

Posted - 2008-01-10 : 14:04:29
You can look into using a List control from your toolbox.

Put all your other controls into the List control, set up List control and in the List control properties check the checkbox "Insert page break after this list".

This depends on how you have build your report.

Go to Top of Page
   

- Advertisement -