|
-
December 16th, 2008, 08:30 AM
#1
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.
Last edited by Andrzej; December 16th, 2008 at 11:07 AM.
-
December 17th, 2008, 11:54 AM
#2
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).
-
December 17th, 2008, 12:08 PM
#3
Re: sugestion about creating report.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|