Report Creation in VB.net

B

Byron Hopp

How do most programmers produce reports from Visual Basic Dot Net. I just
got off the phone with the Crystal people (Business Objects) and they
indicated that the Crystal included in VB.Net is just a seed version. They
could not define what exactly that meant, but it didn't sound good. Does
anybody have a class which you can define columns and print repots without
utilizing a gui report generator. Something where you could pass a
recordset, or dataset at it automatically produces output?

Thanks,

Byron...
 
G

Guest

If I remember right the version of Crystal that ships with VS is like MSDE. I
think you have license to use it for upto 5 people in production, if you have
more you need to buy the full version.

Have you tried SQL Reporting Services. It is free if you have a license for
SQL server.

I also remember seeing a project in sf.net called reports.net or something
like that. No idea if it is in a usable state though.

Rgds,
Anand M
VB.NET MVP
http://www.dotnetindia.com
 

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