Hi Experts,
I have made a crystal report that work with sql database. First I have made dataset and made connections for tables then I have created crystal report and add ADO.NET dataset table on it. And on the crystal report viewer I have bind the data set and table and write the code on form load
this.localtable adapter.Fill(th is.pIDDataSet.l ocal);
But on execution report is not showing actual data. On the other side in the same way RDLC report is working fine. Please please solve my problem I have searched all places but found nothing.
Thank You.
I have made a crystal report that work with sql database. First I have made dataset and made connections for tables then I have created crystal report and add ADO.NET dataset table on it. And on the crystal report viewer I have bind the data set and table and write the code on form load
this.localtable adapter.Fill(th is.pIDDataSet.l ocal);
But on execution report is not showing actual data. On the other side in the same way RDLC report is working fine. Please please solve my problem I have searched all places but found nothing.
Thank You.