ReportViewer Tasks in c# in visual studio

Ali KARACA 0 Reputation points
2025-03-01T22:52:18.92+00:00

hello,

the option to design a new report does not appear in ReportViewer Tasks in c# in visual studio 2022

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,031 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 33,391 Reputation points Microsoft External Staff
    2025-03-03T12:15:43.32+00:00

    Hi @Ali KARACA ,

    Thank you for taking time to post this issue in Microsoft Q&A forum.

    I checked and tested in VS 2019(v16.11.44) and VS 2022(v17.13.2), installed the "Microsoft.ReportingServices.ReportViewerControl.Winforms" NuGet package, and I saw the same issue.

    Either Visual Studio changed some configurations and provided new ways to design a new report, or the report viewer control doesn’t provide this feature anymore.

    I suggest you directly report this issue to Visual Studio product team and/or SQL Server Reporting Services product team.

    About "design a new report", maybe, manually adding a new report is a temporarily workaround.

    Right-click your project => Add => New Item => Installed => Visual C# Items => select the "Report" item => after configuring it, choose this report in the ReportViewer Tasks.

    Best regards,

    Tianyu


    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.


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.