Print Page | Close Window

appending reports to bigger report (vb.net)

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=10809
Printed Date: 28 Mar 2024 at 3:17am


Topic: appending reports to bigger report (vb.net)
Posted By: Chaseshaw
Subject: appending reports to bigger report (vb.net)
Date Posted: 11 Aug 2010 at 1:04pm
greetings. I have half-sheet-sized reports, and need the capability to print 150 of them, two per page (one on the top half of the page, the other on the bottom). If I have many reports: report1, report2, report3, ... , reportn, how do I append them all to a single report programatically? (note that I cannot use subreports, as the smaller reports already use subreports and there cannot be sub-subreports).

so basically I want a big report, and big_report contains:
report1
report2
page break
report3
report4
page break
...
reportn

how do I do this?










Print Page | Close Window