sugestion about creating report.
Hello
I've been looking for any suggestion about - what Windows.Forms I should use to create an report.
I don't want to use CrystalReport.
I have DataGrid controll filled with MS SQL data. I would like to be able to present each record of DataGrid as a separate printable report.
I am going to present some graphics together with numeric data.
I thought about customize Windows.Form but probably is not good idea.
Could you please suggest me what the best solution is ?
Thanks in advance.
Re: sugestion about creating report.
Use the ReportViewer control found in VS 2005+ (.NET 2.0).
The report editor will allow you to create a report and save it in RDL (actually RDLC).
Re: sugestion about creating report.