c# and mysql reporting

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

Guest

I am currently creating a C# program with MySQL as the database. It is not
for a website, it is to be a stand alone program. I am looking for a way to
print out reports, I need to be able to format each report based on the
information needed. Anyone know a good route to go and some good examples?
 
DevExpress has a reporting toolkit that works in the VS.Net designer and
compiles fully into your application.

JIM
 
You can try out Ubiq (http://ubiq.co) for these tasks. It is a web based reporting tool for MySQL. You can create charts & reports from MySQL data, format the layout & export them as PDF/Image or csv.
 
Back
Top