|
-
Dec 15th, 2005, 01:23 AM
#1
Thread Starter
Junior Member
The best choice for grid and reporting in vb.net
any suggest for choosing grid and report in vb.net???
-
Dec 15th, 2005, 01:52 AM
#2
Hyperactive Member
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.
-
Dec 15th, 2005, 02:03 AM
#3
Junior Member
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.
-
Dec 15th, 2005, 02:13 AM
#4
Thread Starter
Junior Member
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,
-
Dec 15th, 2005, 02:57 AM
#5
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.
-
Dec 15th, 2005, 08:50 AM
#6
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.
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
|