ds = ReportsClass_obj.Select_Employee_Report(); ds2 = ReportsClass_obj.Select_Student_DMW() rptRatioReportNew RatioReport = new rptRatioReportNew(); RatioReport.Subreports[0].DataSourceConnections.Clear(); RatioReport.SetDataSource(ds.Tables[0]); RatioReport.Subreports[0].SetDataSource(ds2.Tables[0]); rptViewer.ReportSource = RatioReport; rptViewer.Refresh(); rptViewer.Show();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)