PDA

Click to See Complete Forum and Search --> : Reports in VB Express


NetDot
Jun 22nd, 2008, 04:41 AM
I am switching to vb.net from 6.0 and am using VB Express 2005. I know I can't use crystal reports in express (can I?). Can anyone suggest anything I can do to generate my reports in vb express? What I need is simply the possibility to generate printable documents like sales receipts, products lists etc. thanks

Hack
Jun 23rd, 2008, 08:09 AM
I don't know if this is an option for you, but I use Excel for a report engine and it works pretty well.

NetDot
Jun 24th, 2008, 07:41 AM
I believe one way of getting reports done is to make them in Access (I use it as data store) and call it in vb. Any idea how to do that?