Q: Reports and Printouts in VB.Net

  • Thread starter Thread starter G .Net
  • Start date Start date
G

G .Net

Hi all

I was wondering if somebody could give me some advice on an application I'm
writing.

In the application I want to be able to generate a printout of results. In
the past I have done this using MFC to write text, graphics etc. to a View
and then to print it out - a nightmare!!!

I've heard people talk about Crystal Reports etc. but don't know anything
about it. Only that it may be a better route to take.

The printout I'm generating varies depending on the user selections in the
application so that the layout can change from run to run.

Can anybody suggest any tutorials or sites which will point me in the right
direction for generating printouts for applications?

Thanks in advance

G
 
P.S. The application I'm writing isn't strictly a database application (my
understanding is Crystal Reports is mainly for database stuff ?)
 
G said:
P.S. The application I'm writing isn't strictly a database application (my
understanding is Crystal Reports is mainly for database stuff ?)

There's an article I worte on printing in VB.Net at:
http://www.merrioncomputing.com/Programming/NetPrint.htm that might
help get you started, and a couple of code samples on TheCodeproject ;
http://www.codeproject.com/vb/net/printdocumentutilities.asp and
http://www.codeproject.com/vb/net/datagridprinter.asp that should also
be of use.
 
Back
Top