how to create new ssrs report with visual studio 2019

MikeY1975 1 Reputation point
2020-09-16T01:14:23.133+00:00

How do you create new ssrs report with visual studio 2019? I installed Microsoft Reporting Services Projects (https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftReportProjectsforVisualStudio). What do you enter in the search field to create an ssrs VS project?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,599 questions
0 comments No comments
{count} votes

8 answers

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,406 Reputation points
    2020-09-16T05:54:33.183+00:00

    Hi @MikeY1975 ,

    You also need to install "Data storage and processing" workload in visual studio.
    25016-screenshot-2020-09-16-134201.jpg

    And then you could type "report" in search box to create it.
    25047-image.png

    [Update]
    Please check if the 'Microsoft Reporting Services Projects' has been installed in Extensions Manager
    25300-image.png

    If so, we suggest you re-install this extension in visual studio.

    Best Regards,
    Dylan


    If the answer is helpful, please click "Accept Answer" and upvote it.
    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.

    6 people found this answer helpful.
    0 comments No comments

  2. Dave Patrick 426.1K Reputation points MVP
    2020-09-16T02:13:03.33+00:00

    You'll want to install SSDT as first step.
    https://learn.microsoft.com/en-us/sql/reporting-services/tools/reporting-services-in-sql-server-data-tools-ssdt?view=sql-server-ver15

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  3. MikeY1975 1 Reputation point
    2020-09-16T18:01:31.243+00:00

    This is what I selected and installed.
    25321-vs-installer.jpg
    I don't see Report Server Project.
    25259-new-project.jpg


  4. MikeY1975 41 Reputation points
    2020-09-19T20:15:25.243+00:00

    That fixed it, thanks!

    0 comments No comments

  5. MikeY1975 41 Reputation points
    2020-09-19T20:16:16.253+00:00

    That fixed it, thanks!