Can I execute a report from Report Builder in my VS2022 VB.net WinForms application

BJ Harper 0 Reputation points
2025-02-11T23:38:43.0866667+00:00

I have been able to display a report on an asp webpage from my vs2022 vb.net webforms application but I can not display a report that has more than 1 table/dataset. Is this possible?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,471 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,992 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,780 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Jiachen Li-MSFT 33,451 Reputation points Microsoft Vendor
    2025-02-12T05:31:07.63+00:00

    Hi @BJ Harper ,

    You can use the WinForms ReportViewer control to display a report from a rdlc report file in VS2022 VB.net WinForms application.

    What problems are you having with displaying the report?

    Best Regards.

    Jiachen Li


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Olaf Helper 46,041 Reputation points
    2025-02-12T06:18:09.7666667+00:00

    but I can not display a report

    "Can not" means what in detail? Do you get an error message or what happen?

    In common it doesn't matter how many tables/tablix a report contains.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.