User-1474096950 posted
A data source instance has not been supplied for the data source 'DS_EMPDEPT_Profile'. i get the above error when i am tryin t o view rdlc report i have this code ReportViewer1.LocalReport.ReportPath = Server.MapPath("reports/DEP.rdlc");
ReportDataSource rdS = new ReportDataSource("DS_EMPDEPT_Profile", GetData()); ReportViewer1.LocalReport.DataSources.Clear(); wht if a same report needs to be binded with 2 datasource i mean one for the data & other for the compay name
heading
is the connectionstring set and data command returning data for the report , please check and verfiy because the error says there is no data source meaning no way to get the data