How do I do Reporting in VB.NET

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

Guest

How can I create a report in VB.NET without Crystal Reports and without Web Services? I just want to display a simple column report for viewing and printing.
The source data will come from multiple sources into a DataSet.
Please help.

Brian
 
Try converting your dataset to excel... at least this is what I plan to do
later in one of my projects. The client wants weekly reports that their
sales division will use and print out. I'm not interested in making graphs
either, but once in excel I supposed you could do anything.

Not a great source, but try searching for "dataset excel vb.net" and post
back if you find something better!
http://dotnetjunkies.com/WebLog/bsblog/archive/2004/04/27/12229.aspx

-Max

CEDevice_Brian said:
How can I create a report in VB.NET without Crystal Reports and without
Web Services? I just want to display a simple column report for viewing and
printing.
 
Back
Top