Line 20: DataForproduct(); Line 21: ReportViewer1.ProcessingMode = ProcessingMode.Local; Line 22: ReportViewer1.LocalReport.ReportEmbeddedResource = "ReportForStock.rdlc"; Line 23: ReportViewer1.LocalReport.ReportPath = @"AdminLTE-master\ReportForStock.rdlc"; Line 24: //ReportViewer1.LocalReport.ReportPath = Server.MapPath("ReportForStock.rdlc");