Crystal Reports - Err: The report has no tables.
- by Ehmad11
here is the code:
DataTable dt = new DataTable();
dt = customersTableAdapter1.GetData();
report.SetDataSource(dt);
crystalReportViewer1.ReportSource = report;
this.reportViewer1.RefreshReport();
Datasource Exception: The report has no tables.