ReportViewer Control
I have a web user control and a ReportViewer Control in it for loading the report from reporting services. I load the web user control dynamically into a aspx page. For some reason, when i load the user control, i get javascript error which is thrown by that report viewer control.
just for testing, i commented out the report viewer control and it works just fine.
now i am thinking that you can't inlcude report viewer inside dynamically loaded user control or Any Ideas?
|