I have a report with a List. The List has a Sub Report nested inside of it. The Sub Report has one Table. I set the NeedDatasource handler in the constructor of the Report with the List. So for each record in the datasource of the List, I pass a parameter to the Sub Report and load the data for the Table in the Sub report.
My problem is that everything is working fine in my development environment and I have tested my NeedDatasource Event handlers. When the website is moved to production I am seeing an error in the Sub Report Processing "An error has occurred while processing Table 'table1':
Object reference not set to an instance of an object."
Is there any way to make the errors show up with a stack trace so I can figure out what is going on? Do I need to run the full Telerik Reports install on the production web server?
Any help you can provide would be great.
Sincerely, Isaac Koss.
My problem is that everything is working fine in my development environment and I have tested my NeedDatasource Event handlers. When the website is moved to production I am seeing an error in the Sub Report Processing "An error has occurred while processing Table 'table1':
Object reference not set to an instance of an object."
Is there any way to make the errors show up with a stack trace so I can figure out what is going on? Do I need to run the full Telerik Reports install on the production web server?
Any help you can provide would be great.
Sincerely, Isaac Koss.