HI all,

I am developing reports using crystal reports in VS2005 in
windows application. I have two crystalreports name called
"studentReport" and "familyReport". I have a form with a
button. If I click the button I need to show up the two
reports in one report like page1, and page2. The page1
consists the "studentReport" and the page2 contains the
"familyReport". The "familyReport" contains different header
and footer.

How to show up the two crystal reports in single
crystalreportviewer?

Answers were Sorted based on User's Feedback



HI all, I am developing reports using crystal reports in VS2005 in windows application. I have t..

Answer / chintan salvi

If I am not mistaken then this can be achieved by make
Student report as main report and your other report
familyreport as subreport of the main report opening in new
page.

For different page header of both report what you can do is
in main report dont put any thing in PageHeader or Footer
create a blank group in that create page header for main
report and in group footer create main report page footer
data and on group select option repeat on each page.

May be this will help to solve your problem if I have
understand what you are looking for.

Is This Answer Correct ?    10 Yes 1 No

HI all, I am developing reports using crystal reports in VS2005 in windows application. I have t..

Answer / rishi

If you have already 2 reports ready I think you can create one more report and put those 2 as subreports. Now you are welcome to apply whatever formatting you want to add on each of them. Create 2 different page headers in the main report and put there 2 subreports. This thing I have done in Crystal 11.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Crystal Reports Interview Questions

how to create crystal reports in .net

2 Answers   CTS,


hi... i've two crystal reports one is in D: drive name employee.rpt with 5 textobject and another report is in E: drive name employee.rpt with 15 textobject... now i want to write a program to overwrite the D drives report with E drives reports i.e i want to replace the 5 textobject with 15 textobject.. overwriting the reports while it is executing .. is there any code for it please help me.. its urgent..

0 Answers  


Suppose I have a crystal report with a linked subreport as well. Is there any way not to print the current record on the main report if no records are returned from the subreport?

0 Answers  


Is there a way to export a report definition without writing code?

2 Answers  


How to conditionally suppress a field based on whether a page number is odd or even?

3 Answers  






Explain reporter footer contents are move depend the page footer values?

0 Answers  


hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..

0 Answers  


What are the sections that we have in Crystal reports?

11 Answers  


How do we connect to the database?

6 Answers  


Can we add any database field once we have chosen ?Close? button?

2 Answers  


how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!

0 Answers  


HOW TO USE 5 CRYSTAL REPORT OR SUBREPORT ON DIFFERENT CONDITIONS IN ONE VB PROGRAM

1 Answers  


Categories