Integrating SQL Server Reporting Services With ASP.NET?

  • Thread starter Thread starter Patrick.O.Ige
  • Start date Start date
P

Patrick.O.Ige

Looking for resources how to integrate SQL SERV Reporting Services with
asp.net
It could be articles,samples etc..
Patrick
 
When integrating 1.1 with SSRS 2000 your best best is the ReportViewer
component that comes in the "samples" directory of Reporting Services:

http://www.odetocode.com/Articles/128.aspx
http://odetocode.com/Articles/156.aspx


You can combine the ReportViewer with a web service approach to
provide richer features:

http://odetocode.com/Articles/95.aspx


In 2005 there is a built in report viewer component that functions
just like the sample in SSRS 2000. Plus, there are report controls you
can drag into a web form that don't need the reporting server present
to work!
 
Thx Scott
Patrick

Scott Allen said:
When integrating 1.1 with SSRS 2000 your best best is the ReportViewer
component that comes in the "samples" directory of Reporting Services:

http://www.odetocode.com/Articles/128.aspx
http://odetocode.com/Articles/156.aspx


You can combine the ReportViewer with a web service approach to
provide richer features:

http://odetocode.com/Articles/95.aspx


In 2005 there is a built in report viewer component that functions
just like the sample in SSRS 2000. Plus, there are report controls you
can drag into a web form that don't need the reporting server present
to work!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top