How to open RDLC in development mode

In my project, I created a .rdlc file in xml formate, I want to see my report, but it does not appear in the design. How can i get this?

Can someone help me.

+5
source share
4 answers

In the Solution Explorer pane, right-click the rdlc file, select Open With, and then select Report Designer. You can also set it as default in this menu if you like

Hope that helps

+5
source

Depending on the version of Visual Studio you need to install the extension RDLC.

0
source

.RDLC XML Visual Studio , RDLC Designer Visual Studio. , ReportViewer , , -.

, 14.0.0.0 Visual Studio Marketplace , Report Viewer 14.0.0.0 Visual Studio 2017

https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001

0

Visual Studio 2017:

  • menu
  • ...
  • : rdlc
  • Microsoft RDLC Report Designer
  • . Visual Studio, .

Now you can open Visual Studio again and double-click reports to open them in the designer.


You might also find this old solution useful: defining an SSRS report is newer than Server

0
source

All Articles