ReportViewer on UserControl
-
Hello, When I'm placing ReportViewer on a from and design a report.rdcl for it, a BindingSource object is automatically generated for me. However' when I place the ReportViewer on a UserControl, the BindingSource object isn't created and no report is displayed. Is it a problem in my logic/code or is it a known limitation ... any how, if you have any kind of suggestions ... I'll be more then happy to listen :) Thanks in advance
-
Hello, When I'm placing ReportViewer on a from and design a report.rdcl for it, a BindingSource object is automatically generated for me. However' when I place the ReportViewer on a UserControl, the BindingSource object isn't created and no report is displayed. Is it a problem in my logic/code or is it a known limitation ... any how, if you have any kind of suggestions ... I'll be more then happy to listen :) Thanks in advance
Hi I am facing same problem. I used reportviewer on user control and script manager is placed on master page, then in this case the report is not showing. I tried to user scriptmanagerproxy on my user control but not able to used it in proper way because of lack of knowledge on scriptmanagerproxy. Can anyone give me a small code demo? Thanks