Print Page | Close Window

Printing multiple reports in Crystal Report

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=15707
Printed Date: 19 Apr 2025 at 12:57pm


Topic: Printing multiple reports in Crystal Report
Posted By: srid
Subject: Printing multiple reports in Crystal Report
Date Posted: 24 Feb 2012 at 3:16am
Hi I've an application which lists the orders generated by the customers. The grid shows the order number & print icon against each order on the first screen allowing me to take print out of each order in crystal report one at a time. For priting the order, I have 3 datasources, one for the items in the order, one for displaying the taxes in order and other for displaying other informations about the order.
 

Report Header  - Page Header       - Detail section to print the items in the order (Data Source)      - Sub Report for printing Tax Detail of the order (Data Source for Tax)  - Page FooterReport Footer

 

I want to now print a range of orders .i.e. the user will select the orders to be printed and click on the print button only once.

Crystal Report should now print the orders one after the other .i.e. Order 1 should be printed on page 1, Order 2 should be printed on 2nd page and so on.

Is this possible? Any help will be appreciatedWarm RegardsSrid



Replies:
Posted By: lockwelle
Date Posted: 27 Feb 2012 at 4:04am
I would assume that your dataset has the ID of the invoice in it.
 
Group your report by the ID field and then use the 'New Page Before' in the section expert to print each invoice beginning on a new page. (To suppress the initial blank page, instead of the check mark, click the x-2 button and enter:
Not OnFirstRecord
)



Print Page | Close Window