Missing Microsoft RDLC Report Designer in Visual Studio

后端 未结 12 1932
再見小時候
再見小時候 2020-12-04 12:12

In Visual Studio 2015, I cannot find the designer for RDLC reports anymore. Does anyone know if this is only a bug and if it is provided later on or if Micr

相关标签:
12条回答
  • 2020-12-04 12:21

    In addition to previous answers, here is a link to the latest SQL Server Data Tools. Note that the download link for Visual Studio 2015 is broken. ISO is available from here, links at the bottom of the page:

    https://msdn.microsoft.com/en-us/library/mt204009.aspx

    MSDN Subscriber Downloads do not list the VS 2015 compatible version at the time of writing.

    However, even with the latest tools (February 2015), I can't open previous version of .rptproj files.

    0 讨论(0)
  • 2020-12-04 12:31

    I had the same problem, after install the MS VS Community 2015, I didn't find the RDLC files neither the Report Viewer component, I solve the problem by going in the Control Panel (Windows) -> Programs -> Try to uninstall the MS VS Community and choose MODIFY, in this moment you will be able to Check the Microsoft SQL Server Data Tools.

    That is it!

    0 讨论(0)
  • 2020-12-04 12:32

    If you did a custom installation you need to add Microsoft Sql Server Data Tools. After that you can add Reportviwer to your webform.

    0 讨论(0)
  • 2020-12-04 12:35

    In VS 2017, i have checked SQL Server Data Tools during the installation and it doesn't help. So I have downloaded and installed Microsoft.RdlcDesigner.vsix

    Now it works.

    UPDATE

    Another way is to use Extensions and Updates.

    Go to Tools > Extensions and Updates choose Online then search for Microsoft Rdlc Report Designer for Visual studio and click Download. It need to close VS to start installation. After installation you will be able to use rdlc designer.

    Hope this helps!

    0 讨论(0)
  • 2020-12-04 12:35

    Below Different tools for Editing Rdlc report:

    1. ReportBuilder 3.0 : Microsoft Editor for Rdlc report.
    2. Microsoft® SQL Server® 2008 Express with Advanced Services: Another tool is to use Sql Server Business intelligence for reporting that can be installed with Sql Server Express with Advanced Sevices.
    3. fyiReporting: It is opensource tool presented for editing Rdlc reports .
    0 讨论(0)
  • 2020-12-04 12:37

    Open Control Panel > Programs > Programs and Features

    • Select the entry for your version of Microsoft Visual Studio 2015. In our case, it was Microsoft Visual Studio Enterprise 2015.

    • Click the "Change" button on the top bar above the program list. After the splash screen, a window will open.

    • Press the "Modify" button.

    • Select Windows and Web Development > Microsoft SQL Server Data Tools, and check the box next to it.

    • Press the "Update" button on the lower-right hand side of the window.

    Once the installation is complete, open your version of Visual Studio. After the new .dll files are loaded, Reporting functionality should be reimplemented, and you should be able to access all related forms, controls, and objects.

    0 讨论(0)
提交回复
热议问题