Hello,
After inserting a subreport to Main report.
Subreport displaying only one first row of subreport.
This is my code :
Dim Report as ReportDocument
Report.Load("MainReport.rpt")
CrystalReportViewer1.ReportSource= Report
The Subreport Displaying Correct in MainReportPreview in Visual Studio2005 IDE.
But not in Browser(IE6).
Please help me Anybody
Thanks in Advance.