CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Location
    Poland
    Posts
    278

    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.

  2. #2
    Join Date
    May 2002
    Posts
    511

    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).

  3. #3
    Join Date
    May 2002
    Posts
    511

    Re: sugestion about creating report.

    If you have to work in VS 2003 check out this post.

    http://www.codeguru.com/forum/showth...ghlight=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
  •  





Click Here to Expand Forum to Full Width

Featured