CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  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.

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