Sunday, February 19, 2012

Integrating RS 2005 Reports with Web Applications

Hi All
M a newbie in RS 2005 ..
I need to integrate my RS 2005 Reports into the web applications ...
say ASP.NET or made using C# ...
without using the web-services ...
there's a way using URL access and one more using Visual Basic 2005 ...
All my queries are stored as stored procedure and need to have my own
interface where from the user can see the report for the actions which
one takes ..
Please help...
Regards
Manu GuptaURL access to reports is well documented in the SQL Server books online.
You can download here:
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
in case you don't already have SQL 2005 installed somewhere.
URL access will work no matter what your development environment or language
is. Obviously I'd recomend using VisualStudio.NET 2005. The choice of C#,
VB.NET or any of the other .NET language providers makes no difference at
all.
<rmanu7382@.gmail.com> wrote in message
news:1141130557.353566.267620@.t39g2000cwt.googlegroups.com...
> Hi All
> M a newbie in RS 2005 ..
> I need to integrate my RS 2005 Reports into the web applications ...
> say ASP.NET or made using C# ...
> without using the web-services ...
> there's a way using URL access and one more using Visual Basic 2005 ...
> All my queries are stored as stored procedure and need to have my own
> interface where from the user can see the report for the actions which
> one takes ..
> Please help...
> Regards
> Manu Gupta
>|||What is your problem with web services? That is how Report Manager itself
integrates wtih RS.
URL access will work but in your case what you should be looking at are the
new controls that come with VS 2005. The controls come in two flavors:
winform and webform. They will drastically reduce your integration time.
They are built using web services but that would be transparent to you.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
<rmanu7382@.gmail.com> wrote in message
news:1141130557.353566.267620@.t39g2000cwt.googlegroups.com...
> Hi All
> M a newbie in RS 2005 ..
> I need to integrate my RS 2005 Reports into the web applications ...
> say ASP.NET or made using C# ...
> without using the web-services ...
> there's a way using URL access and one more using Visual Basic 2005 ...
> All my queries are stored as stored procedure and need to have my own
> interface where from the user can see the report for the actions which
> one takes ..
> Please help...
> Regards
> Manu Gupta
>

No comments:

Post a Comment