Results 1 to 12 of 12

Thread: Which Chart object to use?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2005
    Posts
    27

    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

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Which Chart object to use?

    I can recommend zedGraph
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    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.

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  5. #5
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    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.

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  7. #7
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    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.

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Mar 2005
    Posts
    27

    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

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

    Re: Which Chart object to use?

    Quote 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.
    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

  11. #11

    Thread Starter
    Junior Member
    Join Date
    Mar 2005
    Posts
    27

    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.

  12. #12
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: Which Chart object to use?

    Quote 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
  •  



Click Here to Expand Forum to Full Width