Hi,
I am using crystal report XI with asp.net and using vb.net in code behind page.
I am displaying subreport from main report. Subreport itself is a main report, i am only using one dataset and setting dataseource only with main report.
Report is working fine and it does display sub report once i click on the link from the main report but if the subreport contains data on more than one page then i can only see first page of subreport and if i click on next page icon on report viewer then it displays same main report which has links for subreports.
I am using report document and setting report datasource in page load event.
Do i need to set datasource for subreport as well? If yes then how come i am able to see subreport?
Subreport data is in report footer.
I am wondering if anyone can help me, i think i am missing something here but don't know what is it.