bhavanipodipireddy
Programmer
I have a report which will take data from the database..The data in the report will be changed during runtime.. I used a crystalreportviewer to view the report..
While the data changes during runtime and when the report is viewed in the crsytalreportviewer the new data is not displayed.. only the old data is being displayed...Only when i click the refresh button on the crsytalreportviewer the data is refreshed and new data is displayed..
with out pressing the refresh button is there any way to refresh the report data at runtime..
i am using crsytal reports in Visual Studion.NET and VB.NET
i even used
rpt.refresh()
crystalreportviewer.refreshreport()
but its not working...
can anyone help me...
thank u very much,,
While the data changes during runtime and when the report is viewed in the crsytalreportviewer the new data is not displayed.. only the old data is being displayed...Only when i click the refresh button on the crsytalreportviewer the data is refreshed and new data is displayed..
with out pressing the refresh button is there any way to refresh the report data at runtime..
i am using crsytal reports in Visual Studion.NET and VB.NET
i even used
rpt.refresh()
crystalreportviewer.refreshreport()
but its not working...
can anyone help me...
thank u very much,,