I have a DAL (Data Access Layer) added to my report application.
I access the DAL via ObjectDataSource. This works fine. I can see the properties of the class/etc.
I can create a Report Parameter that binds to the ObjectDataSource and set the DisplayMemeber/ ValueMember Fields (no issues)
When I attempt to view the report in "Preview" the Report Parameter is blank (No Data)
I have unit tests set up to verify that data is coming back and all my tests work.
Also If I put the report in question in a web page the Report Parameter in question will populate perfectly fine.
I would really like to have the "Preview" functionality working correctly.
Can you point me in the right direction to address this issue?
I access the DAL via ObjectDataSource. This works fine. I can see the properties of the class/etc.
I can create a Report Parameter that binds to the ObjectDataSource and set the DisplayMemeber/ ValueMember Fields (no issues)
When I attempt to view the report in "Preview" the Report Parameter is blank (No Data)
I have unit tests set up to verify that data is coming back and all my tests work.
Also If I put the report in question in a web page the Report Parameter in question will populate perfectly fine.
I would really like to have the "Preview" functionality working correctly.
Can you point me in the right direction to address this issue?