Results 1 to 6 of 6

Thread: The best choice for grid and reporting in vb.net

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Location
    Indonesia
    Posts
    18

    The best choice for grid and reporting in vb.net

    any suggest for choosing grid and report in vb.net???
    Just BoundLess

  2. #2
    Hyperactive Member fret's Avatar
    Join Date
    Sep 2004
    Posts
    472

    Re: The best choice for grid and reporting in vb.net

    I have use so far a datagrids for filling data and a crystal reports in my last project.

  3. #3
    Junior Member
    Join Date
    Dec 2005
    Posts
    26

    Re: The best choice for grid and reporting in vb.net

    If you want to have very good grid, try infragistics ultragrid or Farpoint winSpread. And for the reporing, you can use ActiveReports, but these are component are not free.
    But with a "simple" datagrid object you can get some pretty results.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Location
    Indonesia
    Posts
    18

    Re: The best choice for grid and reporting in vb.net

    i have do my vb.net project with standard datagrid too and for report i use crystal report from vb.net, now i learn to use component one.

    is there some one that have used component one, give me an advantage of the component one ???

    can anyone give me an advantage and disadvantage from grid that why u always used it?????

    i'm in confuse condition to chosing the best grid and reporting?

    thanks,
    Just BoundLess

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: The best choice for grid and reporting in vb.net

    I think the question you should be asking yourself is "what do I want to do that I can't do with what I'm using now?". There is no point switching to something else just because it's there.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6
    Frenzied Member Zakary's Avatar
    Join Date
    Mar 2005
    Location
    Canada, Quebec, Montreal
    Posts
    1,654

    Re: The best choice for grid and reporting in vb.net

    The DataGrid from the FrameWork is a good base, you can nearly do anything you wish with it, with a bit a patience et knowledge. And with it you should not have to worries about version compatibility, what is not so sure about Third-Party controls

    For Report engine, here at work, I use ActiveReport 1.1 for .NET, and for knowing both, I suggest you Crystal Report, for is Flexibility
    But maybe ActiveReport 2.0 is better, witch I never use.
    Using VS 2010 on Fw4.0

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