Viewing 6 posts - 1 through 7 (of 7 total)
np.
found the solution for one problem. reason I was not able to get value from dynamic controls was that i was loosing them at every postback. So wrote them...
November 11, 2011 at 2:20 pm
No, its working with localreports but I need to use server reports. 🙁
November 11, 2011 at 8:57 am
Yes, it is working fine if I use the local report.
Thanks for your help.
November 11, 2011 at 8:44 am
First time the page loads every thing correctly. It adds the report to the page, and gets data from the dynamic controls of previous page. But some how as soon...
November 11, 2011 at 8:39 am
I already tried it, but if I use this I am loosing all the data I have in dynamic fields. So i need to find some other solution so that...
November 11, 2011 at 8:26 am
asp page is loading twice. As soon as I add the following report path line it loads again.
ReportViewer1.ServerReport.ReportPath = "ReportPath"
I have all this code on the Page_Load. I tried...
November 11, 2011 at 8:14 am
Viewing 6 posts - 1 through 7 (of 7 total)