.NET reporting?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any sort of formatted reporting (outside of just a datagrid with results of a query from a dataset) that is available within the .NET framework or is a 3rd party tool needed to do this reporting

Thanks in advance

Tod
 
There are no ready-to-use reporting tools included in the base class library. You'll have to roll your own using GDI+ or use a 3rd party component.
 
Some form of crystal reports comes with dot net but I have never used it. I find activereports to be quite good for my needs.

--
Michael Culley


Jerry said:
There are no ready-to-use reporting tools included in the base class library. You'll have to roll your own using GDI+ or use a
3rd party component.
 
Hi,

There is nothing like that in the framework itself, but if you are using
VS.NET you have Crystal Reports, a VERY good tools for that. I use it all
the time and it works both in web and in win apps.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Todd said:
Is there any sort of formatted reporting (outside of just a datagrid with
results of a query from a dataset) that is available within the .NET
framework or is a 3rd party tool needed to do this reporting?
 
My team has had tremendous success with ActiveReports. It is relatively
inexpensive and has easily handled even our most complex reports.

-Jay

Michael Culley said:
Some form of crystal reports comes with dot net but I have never used it.
I find activereports to be quite good for my needs.library. You'll have to roll your own using GDI+ or use a
 
Back
Top