I am binding the value to report viewer dynamically.
While click on the button I will get the datatable. So I added the datatable in xsd.
In xsd datatable also I inserted the record correctly.
Al last I got the error
Microsoft JScript runtime error: Unable to get value of the property ‘OnReportLoaded’: object is null or undefined
Please help me in this issue
Thanks
I had same problem and placing the ReportViewer control in an Update Panel corrected:
Patrick