I was searching in the last question about Datatable as datasource in ReportViewer and i found this as solution
Datatable
datasource
ReportViewer
DataTa
You can add source like below
LocalReport report = new LocalReport(); string startupPath = Environment.CurrentDirectory; report.ReportPath = startupPath + @"\RDCLTemplate.rdlc"; report.Refresh();