I've created a simple report in vs.net 2008 with stimulsoft report 2013. I'm using these codes to show report:
StiReport1.RegData(ds)
StiReport1.Render()
StiReport1.Show()
when I click on the button I Can see the report correctly for the first time. but when i close the reportviewer's Windows and click on that button again the report is empty (I can see the header or footer but no data loaded on the report) I think the report data not load again or something saved on cache. please Help. Thanks
The problem solved. I should just save the report and load it each time: