Results 1 to 13 of 13

Thread: [2005] Reporting in VB.Net??

  1. #1

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Question [2005] Reporting in VB.Net??

    I want to make reports in VB.Net. But I don't know where shall I begin. I have to use freeware components, if needed. What shall I do?
    Last edited by Genom; Mar 6th, 2007 at 02:31 PM.
    Dim Me As Coder

  2. #2

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: [2005] Reporting in VB.Net??

    I want to add something: I have read somewhere that Crystal Reports come with VS.Net but I have only installed VB.Net. Is there to install CR freeware?
    Dim Me As Coder

  3. #3
    Frenzied Member
    Join Date
    Jan 2001
    Posts
    1,374

    Re: [2005] Reporting in VB.Net??

    There is a version of Crystal Reports packaged with VS.NET but I believe that it is of limited functionality.

    I use DevExpress' XtraReports suite which is well worth the expense.

    http://www.devexpress.com/Products/N...s/XtraReports/

  4. #4

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: [2005] Reporting in VB.Net??

    is AJAX freeware?
    Dim Me As Coder

  5. #5
    Frenzied Member
    Join Date
    Jan 2001
    Posts
    1,374

    Re: [2005] Reporting in VB.Net??

    I have not heard of AJAX. I have written reports using Crystal Reports packaged with VS.NET. If I wanted to use freeware, CR would be my choice.

  6. #6

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: [2005] Reporting in VB.Net??

    I have only installed vb.net. I dont even know that CR has been installed or not? But I think it hasnt been intalled. How can I get it?
    Dim Me As Coder

  7. #7
    Frenzied Member
    Join Date
    Jan 2001
    Posts
    1,374

    Re: [2005] Reporting in VB.Net??

    Have you installed VB.NET Express? CR is only packaged with Visual Studio .NET Professional Edition.

    http://msdn2.microsoft.com/en-us/vstudio/aa700921.aspx

  8. #8

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: [2005] Reporting in VB.Net??

    I have found that it is not included in express edition
    Dim Me As Coder

  9. #9

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: [2005] Reporting in VB.Net??

    Is there any freeware tool for reporting?
    Dim Me As Coder

  10. #10

    Thread Starter
    Addicted Member Genom's Avatar
    Join Date
    May 2006
    Posts
    186

    Re: [2005] Reporting in VB.Net??

    Isn't there?
    Dim Me As Coder

  11. #11
    Frenzied Member
    Join Date
    Jan 2001
    Posts
    1,374

    Re: [2005] Reporting in VB.Net??

    I don't know the answer for certain. MS packaged MS Data Reports with VB6 but that has been replaced with Crystal Reports in .NET so I have a feeling that CR is as free as you are going to get. I believe that CR is packaged with the academic version of VS.NET so that might be the most economical way to get your hands on it.

  12. #12
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: [2005] Reporting in VB.Net??

    For simple reporting (e.g. data in grids etc.) you can roll your own reporting with the printDocument class and some simple graphics routines...

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

    Re: [2005] Reporting in VB.Net??

    You can use SQL Server Reporting Services with VB Express. You may have to install SQL Server Express to get it and possibly the advanced version, but that's no problem. Once you have Reporting Services installed (which it may be already, check to see if there's a ReportViewer control already) you can add a ReportViewer control to your form and away you go. It may require SQL Server installed to get the components (I'm not sure) but you certainly aren't limited to reporting on data from SQL Server. The ReportDocument simply displays the data you give it. It doesn't care where you got that data from. See MSDN for more information.
    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

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