I've upgraded my sql server express to included advanced services so I can add some basic reports on my website. I'm able to create a report with VS2008 using my sql datasource. The question is how do i publish the report to become a part of my website that
was developed in VWD2010?
ismirnov
Member
151 Points
97 Posts
Report publishing question
Sep 25, 2011 04:13 PM|LINK
Hello,
I've upgraded my sql server express to included advanced services so I can add some basic reports on my website. I'm able to create a report with VS2008 using my sql datasource. The question is how do i publish the report to become a part of my website that was developed in VWD2010?
Thanks!!
ismirnov
Member
151 Points
97 Posts
Re: Report publishing question
Oct 05, 2011 02:25 AM|LINK
I have added a reportviewer control to VWD2010 to include a report from a reporting server. Also, I had to implement a class to pass credentials to reporting server. Very straight forward instructions here how to set up reporting server credentials http://msdn.microsoft.com/en-us/library/microsoft.reporting.webforms.ireportservercredentials.aspx