hi guys
when i show my form immediately the code below is executed which i have supplied.
RealStockholderCrysReport myRep = new RealStockholderCrysReport(); |
myRep.SetDataSource(tempDt); |
this.crystalReportViewer1.ReportSource = myRep; |
the problem is that when i want to change the report viewer report source nothing changes in the report viewer actually it is like no changes has been occured.In my form i have a panel which searches for some conditions and if the conditions of the search is TRUE then it assign new values to "tempDt" datatable.but i cant see the results in crystal report viewer and it shows the previous "tempDt"
values.
what should i do?
Brainstorm your Brain and find solution,if no result stuck to Brainstormer.