.NET 2.0, SQL 2005, and REPORTS

Y

Yin99

I'm seeking some advice/suggestions on ways to implement reports. I'm
using
..NET 2.0, SQL 2005 as Database, and Visual Studio 2005 as IDE tool.
I've got
a classic Website application that presents users with forms and
stores data
in database. However, What I would like to implement is *exactly*
the kind of feature
Access has with its "Report Wizard". In other words, with the tools
I'm using stated
above, can I easily make some kind of wizard where the user see's all
the fields in the
database (like Access has), selects columns they want, arrange
formats, etc and generate
a report (Just like Access)? I really would like to use built in
Controls, DLL, (e.g. not re-invent
the wheel by writing an advanced .NET C# Class from scratch to do
this).

Any suggestions, ideas, etc? A buddy at work suggested I check into
something called
"Crystal Reports" that it does exactly this. However, I'm already
using .NET 2.0, SQL 2005, VS2005
(latest greatest tools) so ideally O hope these things I'm already
using can do this, but if not I'm open
to suggestions. Thanks a ton for any help!

Yin99
 
Y

Yin99

I'm seeking some advice/suggestions on ways to implement reports. I'm
using
.NET 2.0, SQL 2005 as Database, and Visual Studio 2005 as IDE tool.
I've got
a classic Website application that presents users with forms and
stores data
in database. However, What I would like to implement is *exactly*
the kind of feature
Access has with its "Report Wizard". In other words, with the tools
I'm using stated
above, can I easily make some kind of wizard where the user see's all
the fields in the
database (like Access has), selects columns they want, arrange
formats, etc and generate
a report (Just like Access)? I really would like to use built in
Controls, DLL, (e.g. not re-invent
the wheel by writing an advanced .NET C# Class from scratch to do
this).

Any suggestions, ideas, etc? A buddy at work suggested I check into
something called
"Crystal Reports" that it does exactly this. However, I'm already
using .NET 2.0, SQL 2005, VS2005
(latest greatest tools) so ideally O hope these things I'm already
using can do this, but if not I'm open
to suggestions. Thanks a ton for any help!

Yin99


Found Answer - SQL 2005 has Reporting Services

There's even a How-To video here:
http://www.asp.net/learn/videos/view.aspx?tabid=63&id=112
 

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

Top