Print Page | Close Window

Multiple print

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=15720
Printed Date: 19 Apr 2025 at 12:57pm


Topic: Multiple print
Posted By: srid
Subject: Multiple print
Date Posted: 27 Feb 2012 at 1:43am
I've an application where I've to print 5 different orders one after the other

This means that from the web application, these 5 different orders will be selected.

The Crystal Report should show the details of each order one after the other. Each order will have its own details.
For each order,
1. The Reports header contais info like the customer who placed the order
2. The page header contains the columns to be displayed.
3. The details section contains the items in that orders.
4. This detail section also contains a sub report that displays the tax details for an order
5. The Report Footer shows the grand total
6. The page footer has the page number.

Can this be accomplished using CRystal Reports?

If yes, please shed some light on it

Wa



Replies:
Posted By: lockwelle
Date Posted: 27 Feb 2012 at 4:16am
why not?
though I would make your report head a page header as there will multiple orders in your report, not just 1.
 
same for the report footer, it would probably be a group footer.
I can see a report footer for the total, I would think that it would a separate page...because I would think that you would want to total up each invoice individually and display that, and then dispaly the total of all the invoices.
 
The subreport would need to use a shared variable to return the tax information to the report to be included in the totals, but other than that, this sounds like a simple straight forward report.
 



Print Page | Close Window