Crystal Reports - Err: The report has no tables.

Posted by Ehmad11 on Stack Overflow See other posts from Stack Overflow or by Ehmad11
Published on 2010-06-05T14:31:38Z Indexed on 2010/06/05 14:32 UTC
Read the original article Hit count: 630

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about crystal-reports