any suggest for choosing grid and report in vb.net???
Printable View
any suggest for choosing grid and report in vb.net???
I have use so far a datagrids for filling data and a crystal reports in my last project.
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.
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,
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.
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.