Is it possible to export crystal report with linked
subreports in one excel sheet?If yes,then how?
Answers were Sorted based on User's Feedback
Answer / pratiba
Yes, Create a main Report, and sub report seperately.
Open the Main Report and in Insert menu, select subreport
option, and in that "select an existing report",select the
sub report which is already created, and pt the link
between Main report and sub report with the required
fields. Now Export the report to Excel format.......
Is This Answer Correct ? | 13 Yes | 4 No |
Answer / ravi kumar noneria
Yes, Create a main Report, and insert sub report in main
report or you can create subreport seperately.
Click on Insert menu, select subreport
option, and select an existing report or create as well,
and click on link tab to link comon parameter which is
required to run report.
Now Export the report to Excel format.......
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / akshaya
Create a main Report, and insert sub report in main
report or you can create subreport seperately.
Click on Insert menu, select subreport
option, and select an existing report or create as well,
and click on link tab to link comon parameter which is
required to run report.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rocky
yes it is possible.
You can add one parameter for excelexport. set the
parameter values as '0' = true and '1' = false. when run
the report select the parameter value 0
Is This Answer Correct ? | 0 Yes | 18 No |
How to open subreport in New IE window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report. Can anybody answer this please....... Regards Vimal.
Explain basic steps required to display a simple report in crystal?
When looking at the join types in Crystal - what does it mean when you coose Enforce and Enforce To or Enforce From
hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....
How do you add a subreport to a report in Crystal Reports?
What does it mean when we get the error message "Invalid report version" when try to open a Crystal Report?
Is it possible to export crystal report with linked subreports in one excel sheet?If yes,then how?
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?
How do we format field?
Is there a way to export the report formulas, like totals to excel?
How to access crystal reports in .net?
What are the sections that we have in Crystal reports?