Jeffrey Palermo (.com)

Sponsors

The Lounge

Wicked Cool Jobs

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
SQL Server Reporting services integration with ASP.NET - level 100
As I've posted before, (and Jay has recently concurred),  SQL Server reporting services is very cool.  Some people think that it is an extension of SQL Server.  What you may not know is that it is an ASP.NET library that installs on your web server.  It also has a designer add-in for designer reports (very simple to use like MS Access reports) for VS.  The reports are deployed to the web server, and served through a new ASP.NET HTTP Handler.  You can put .Net code in them and fully integrate a report with your web application.  One thing I plan to do in the future is take a screen where formatting has to be pretty and make a report from it.  Then I'll automatically get the cool features like export to Excel, PDF, .tif, CSV, etc.

Posted Wed, Aug 18 2004 11:52 AM by Jeffrey Palermo

[Advertisement]

Comments

mXskweeb wrote re: SQL Server Reporting services integration with ASP.NET - level 100
on Fri, Aug 20 2004 5:20 PM
Here here. I just tried SSRS this week thanks to your previous post. I didn't look too closely at the setup for the datasource, but I think it had a handful of providers to choose from. So, theoretically, you could run reports against any supported data provider. That's from memory though, and I only looked at it briefly on Wednesday, so I could be totally wrong.
Devlicio.us