I have some problem in displaying a report done through reporting services in asp.net 2.0 report viewer server control for remote processing mode.
I have created a Reporting Services project through Business Intelligence Development Studio and another Web application project in VS 2005. I have take a Report Viewer control on a form to view report created in the reporting services project. I have set
the Processing mode of Report Viewer to Remote, have set ReportServerURL to "http://localhost/ReportServer" and Report Path as the "/(Reporting service project name)/(Report name).
When I run this project it displayed the Report viewer but dosent display the report. Instead it gives error as "Object reference not set to instance of an object.". Also when I try to run the project through the reports server "http://localhost/Reports/Path/Folders.aspx" it
gives the same error. I dont get what should I do to solve this probelm. I have tried a lot.
Please can anybody tell me where I am wrong or do i need to do any other settings to run that project. Pls reply ASAP.
first try to run the http://localhost/Reports for check whether your reporting services are properly running or not. if they are, try to find your report there and test whether its running perfactly or not. If still the problem persist please share your
complete code so that we can do the RCA.
Ashutosh Pathak
Blog: http://catchcode.blogspot.com Please mark it as answer if it helps, as clicking on the button can save time of others :)
MCP,MCAD,MCSD,MCTS
sups123
Member
59 Points
17 Posts
display reporting services report in report viewer in remote mode
Oct 26, 2006 09:48 AM|LINK
Hi
I have some problem in displaying a report done through reporting services in asp.net 2.0 report viewer server control for remote processing mode.
I have created a Reporting Services project through Business Intelligence Development Studio and another Web application project in VS 2005. I have take a Report Viewer control on a form to view report created in the reporting services project. I have set the Processing mode of Report Viewer to Remote, have set ReportServerURL to "http://localhost/ReportServer" and Report Path as the "/(Reporting service project name)/(Report name).
When I run this project it displayed the Report viewer but dosent display the report. Instead it gives error as "Object reference not set to instance of an object.". Also when I try to run the project through the reports server "http://localhost/Reports/Path/Folders.aspx" it gives the same error. I dont get what should I do to solve this probelm. I have tried a lot.
Please can anybody tell me where I am wrong or do i need to do any other settings to run that project. Pls reply ASAP.
Thanks
shamsunder
Member
2 Points
1 Post
Re: display reporting services report in report viewer in remote mode
Nov 06, 2012 03:50 AM|LINK
Hi,
First of all install latest version of service pack of sql server. It will resolve the object reference issue.
Now change the browser mode to non-compatibility and document mode to IE7.
This will resolve your issue.
Thanks
Sham
Ashutosh Pat...
Contributor
5737 Points
1105 Posts
Re: display reporting services report in report viewer in remote mode
Nov 06, 2012 07:44 AM|LINK
first try to run the http://localhost/Reports for check whether your reporting services are properly running or not. if they are, try to find your report there and test whether its running perfactly or not. If still the problem persist please share your complete code so that we can do the RCA.
Blog: http://catchcode.blogspot.com
Please mark it as answer if it helps, as clicking on the button can save time of others :)
MCP,MCAD,MCSD,MCTS