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
 Printing multiple documents

Author  Topic 

sridhar3004
Starting Member

34 Posts

Posted - 2012-12-31 : 00:46:57
I'm using SSRS to print reports

I've to print receipts over a date range. The format of the receipt is the same except that the data will changes

So I choose date range as 01 Dec 2012 - 31 Dec 2012 and there are 5 receipts all belonging to different people.

The moment I click on the print button, the output should throw me all the 5 receipts each one starting in a new page.

Please help me accomplish this as I've trying to get a solution for quite some time now and this cannot be done.

Any help is appreciated.

Warm Regards
Sridhar

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-01-02 : 00:02:51
you just need to apply a group on report based on date and put a logic to generate report for 5 day date range in filter or on query behind.




------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -