|
-
Jan 23rd, 2008, 10:31 AM
#1
Thread Starter
Junior Member
Which Chart object to use?
Hi all!
Sorry for a stupid question, but I was trying to find any good answer to me by searching this forum, but I did not find.
We have .NET Studio and we want to create a client with connectivity to MS SQL db. Based on data from DB we created a DataSet in ADO.NET which we want to use as the source for Chart/Graph.
The problem is we do not know what object to use, because what we found so far is very very expensive for a little job we want accomplish.
Do we do something wrong?
I would appreciate any idea/opninion of yours.
Thank you in advance.
Krava
-
Jan 23rd, 2008, 10:35 AM
#2
Re: Which Chart object to use?
-
Jan 23rd, 2008, 10:43 AM
#3
Re: Which Chart object to use?
I believe that Active Reports is included by default with Visual Studio (may depend on your version). I haven't used it myself, but there is charting functionality with that. If you don't want to pay for a third party component, you may be able to do what you need with the stuff included there.
-
Jan 23rd, 2008, 01:45 PM
#4
Re: Which Chart object to use?
Active Reports is a external third party utility isnt it? Expensive.
http://www.xtras.net/products/activereportsdotnet/
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 23rd, 2008, 01:49 PM
#5
Re: Which Chart object to use?
Isn't Active Reports the one that's bundled into Visual Studio? What's that one called? The last company I was at, people were talking about wanting to use it because it's free and the Crystal Reports license they were using was expensive.
-
Jan 23rd, 2008, 01:52 PM
#6
Re: Which Chart object to use?
Crystal Reports is the reporting software that is bundled with VS.
http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx
Ive heard of AR but am not familiar with it.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 23rd, 2008, 02:01 PM
#7
Re: Which Chart object to use?
Well, apparently you're right and Active Reports is very expensive. I don't know who convinced the cheap bastards I work for now to pay for it, but it seems that they did and they installed it on my machine (nice of them).
I thought that there was some .NET-based reporting tool that Microsoft had bundled into Visual Studio that you could use for free. Perhaps I was wrong.
-
Jan 23rd, 2008, 02:28 PM
#8
Re: Which Chart object to use?
Yes, the CR version that is bundled is free but its also not a stand alone system. You need to run it inside the VS IDE. Its not bad, just CR is complicated and troublesome to distribute although its very powerful once you learn how to take advantage of its features.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 24th, 2008, 01:26 AM
#9
Thread Starter
Junior Member
Re: Which Chart object to use?
Hi, folks!
Wow, thank you very much for your fast a good reaction! More then I expected.
Anhow, we are going to try your suggestions and after that I am coming back to you with some results, just to let you know what we found.
Once more many thanks!
Krava
-
Jan 24th, 2008, 01:42 AM
#10
Re: Which Chart object to use?
 Originally Posted by Tom Sawyer
I thought that there was some .NET-based reporting tool that Microsoft had bundled into Visual Studio that you could use for free. Perhaps I was wrong.
I think you're talking about SQL Server Reporting Services. You have to pay for the server but the run-time components are free and you can build reports in full versions of VS. There was an add-in for VWD Express 2005 to build reports but I'm not sure what the story is with the 2008 Express Editions.
Last edited by jmcilhinney; Jan 24th, 2008 at 01:46 AM.
-
Jan 25th, 2008, 09:54 AM
#11
Thread Starter
Junior Member
Re: Which Chart object to use?
Hi, Folks!
So I am back to you.
We have tried suggested zedGraph and it seems to be working fine for our purpose.
So I guess we will not waste our time by investigating the other options.
Thank you very much for your kind collaboration! It was a great help for us!
With only best regards
Krava.
-
Jan 25th, 2008, 10:19 AM
#12
Re: Which Chart object to use?
 Originally Posted by jmcilhinney
I think you're talking about SQL Server Reporting Services. You have to pay for the server but the run-time components are free and you can build reports in full versions of VS. There was an add-in for VWD Express 2005 to build reports but I'm not sure what the story is with the 2008 Express Editions.
That's the one I was thinking of. Thanks.
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
|