Print multiple reports
Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=1419
Printed Date: 03 May 2025 at 12:12am
Topic: Print multiple reports
Posted By: RealQMan
Subject: Print multiple reports
Date Posted: 01 Oct 2007 at 12:17pm
Hi
The user of my program has a choice to print 1 or more reports, each report will contain personal information of a single customer. How I design the report is to open up multiple Window forms showing preview of selected reports. If there's two reports selected then there will be two window forms showing the preview of the reports. Simple enough.
It would be nicer when I can load all the customers at once into a form. So it would a crystalreportviewer gui control showing preview of all reports. From the shown preview screen, the user has the power to choose which report to print.
My question is how to load multiple report into one crystalreportviewer? Or If setting multiple multiple datasource to a report possible?
|
Replies:
Posted By: BrianBischof
Date Posted: 01 Oct 2007 at 12:19pm
You can't set multiple reports into a single viewer. Not possible. You could use an MDI application and display a viewer object in each window. Then the user could click between the them as they wished.
------------- Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
|
|