Hi, I am trying to create a report using crystal report 11 and asp.net 2.0(C#) and Oracle10g.
My requirement is to create a report in a single click(from user's end) such that a report contains 6 pages with each pages different and is connected to different dataTable. I pass three parameter (1)USER_ID, (II)YEAR and (III)TYPE. Based on these parament i'd like to construct a report with different layout on different pages with different datasource. Can i do it in single .rpt file or do i need to nested with sub reports. I am trying to create 6 subreports with their own datasource and put it in one parent report to display data, but not able to do it. Please suggest me your valuable comments. Thanks.
