Results 1 to 5 of 5

Thread: Vb.net Free

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2024
    Posts
    19

    Vb.net Free

    Hello guys i need help! is there any vb.net installer that is free? with no expiry with report printing? im new here.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,773

    Re: Vb.net Free

    The Community Edition of Visual Studio is free, pretty much without restriction for individual developers. It provides pretty much all the same functionality as the Professional Edition. You won't be able to install just VB. You'll choose the workloads you want and, possibly, some individual features as part of the installation process. Take your time to examine what's available and choose ALL you want and ONLY what you want. You can change your selections later, if needs be. You can read about the options and/or ask questions if necessary. There are also extensions that you can install to provide additional functionality. You'll probably want this one, which provides SQL Server Reporting Services client-side reports. They are created as part of your project and can use other data sources besides SQL Server. If you use that, you'll also need the Report Viewer control in your web or Windows app(s). I can't recall exactly but I think that you need to install something on your machine first and then install a NuGet package in your project. I'll let you research that for yourself later.
    Last edited by jmcilhinney; Oct 12th, 2024 at 12:29 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

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,773

    Re: Vb.net Free

    Note that the Microsoft ReportViewer control only supports .NET Framework, but there are some third-party options for .NET Core (including .NET 5 and later).

    https://learn.microsoft.com/en-us/sq...l-server-ver16
    https://blog.geveo.com/IntegratingRD...etCoreProjects
    https://github.com/lkosson/reportviewercore
    https://www.nuget.org/packages?q=Rep...rtby=relevance
    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

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jun 2024
    Posts
    19

    Re: Vb.net Free

    Thank you so much sir. i want to view report in other computer without installer crystal report in their computer

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,773

    Re: Vb.net Free

    Quote Originally Posted by bossdex View Post
    Thank you so much sir. i want to view report in other computer without installer crystal report in their computer
    And I've told you how to do that. SQL Server Reporting Services (SSRS) is a Microsoft product and has no connection to Crystal Reports. The full SSRS requires SQL Server and uses RDL files stored on the server. RDLC files are client-side reports and you add them to your project, then deploy the report file and the ReportViewer control along with your app.
    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