Print Page | Close Window

Displaying Multiple Tables

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=2858
Printed Date: 17 May 2024 at 1:49am


Topic: Displaying Multiple Tables
Posted By: zaider
Subject: Displaying Multiple Tables
Date Posted: 08 Apr 2008 at 10:32am
I am having trouble displaying 2 tables onto my crystal report so that it looks like this
 
table1
row
row
row
 
table2
row
row
row
 
I tried to use a subreport but that just show up under each record in the first table.  Is it possible to get my report to look like this?



Replies:
Posted By: BrianBischof
Date Posted: 08 Apr 2008 at 12:17pm
yes, the subreport is the way to go. But I think you are putting it in the Details section (that is why it appears after every row). Put it in the report footer to make it appear after all the detail rows have printed.

-------------
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>


Posted By: zaider
Date Posted: 09 Apr 2008 at 7:34am
Thanks that helped me get my sub report showing up in the proper place.  The only problem I have now is that no data is showing up.  I created another crystalreport in my project and set it up the same way I did my first on and linked the sub report to it but all it shows up is the print date, page number (which aren't even on the report) and the column headers.



Print Page | Close Window