Data report tool error in Visual studio Express 2013 for Windows Desktop - visual-studio-2013

I have to print a report(Stickers) using mysql table in my project developed using Visual Studio Express 2013 for Windows desktop.I have added Reportviewer tool from C:\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.Common\11.0.0.0__89845dcd8080cc91 .But when I drop the tool Reportviewer from the toolbox the following error shows as a dialog box.
Please help to solve the issue.

Related

ReportViewer Error VS 2019 Community method not found?

How can I get the ReportViewer to work in Visual Studio 2019 Community? I've followed the instructions to get the report designer and viewer in Visual Studio toolbox. When I drag a ReportViewer onto a blank form I receive this error:
I went through these posted to see if it will help, but i'm still stuck. I've even install a fresh copy of visual studio with no luck.
error opening reportviwer
It was actually an error with the .net framework I was using. Apparently, the reportViewer is not compatible with .net5. I had to create a new project, selecting the correct type: 'Windows Forms App (.NET Framework)'
Do not select: 'Windows Forms App' It will not target the correct framework.

Visual Studio Express 2015 for Windows - Report designer missing

I installed Visual Studio Express 2015 for Windows Desktop - ENU and SQL Server Data Tools. In Control panel I don't see the screen as with Enterprise Edition to activate SQL Server Data Tools. The Window looks like this:
No possibility to select SQL Data Tools
I also tried to install Microsoft Rdlc Report Designer for Visual Studio but got a error message:
Report designer
I received a few Reports for a Program that runs in german language and need to translate them.
Thanks for your help.
Install Visual Studio 2017 Community edition for free (or higher, e.g. if you have MSDN subscription) - see terms though, community edition isn't for the enterprise - from:
https://www.visualstudio.com/vs/community/
Then get the Rdlc Report Designer extension from:
https://marketplace.visualstudio.com/items?itemName=SqlReportingServices.MicrosoftRdlcReportDesignerforVisualStudio-18001
or from inside Visual Studio ("Tools/Extensions and Updates" menu if I remember well)

Rdlc editor does not exist in Visual Studio 2017

I need use SSRS to generate reports in Visual Studio 2017.
Firstly I installed report viewer control via nuget: Install-Package Microsoft.ReportingServices.ReportViewerControl.WebForms
After installed the control, I got the report viewer in the toolbox. But the RDLC editor is not in the new project dialog.
So I downloaded and installed Microsoft Rdlc Report Designer for Visual Studio
After doing this, I found the report viewer disappeared from the toolbox and RDLC editor is still not in the new project dialog window.
Did I missing some other stuffs to install? Or I did something wrong?
Thank you.
Have a look at the answer to this question: Reporting Template (RDLC) not exits in Visual Studio 2017
"There is a bug in the extension Microsoft Rdlc Report Designer for Visual Studio that the ReportViewer shows up as a non-visual component."

Crystal report designer for visual studio 2010 on windows 10 is not working

I have windows 10 recent installed, when i install crystal report for visual studio 2010 CRRuntime_64bit_13_0_9 my app is working but the designer in visual studio 2010 is not working.
The report designer is working fine in windows 7.
You need the install executable to be able to design reports, not the redistribution. Link to the SAP page: https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports,+Developer+for+Visual+Studio+Downloads

Visual Studio 2013 Express has no MS-Reports Template Installed

When I Google and look up how to add a RDLC report to my Visual Studio 2013 Project I get the answer i'd expect, usually "In the Templates pane, select Report or Report Wizard"
This article is one of them: http://msdn.microsoft.com/en-us/library/ms252067(v=VS.100).aspx
Nowhere can I find anything about "what if there is no Reports section" in your installed Templates
For the last month I thought this was because I needed to download SQL Server Data Tools for Visual Studio 2013. Yesterday I installed this. As a result I now appear to have a new version of Visual Studio 2013 called "Microsoft Visual Studio 2013 Shell (Integrated)". It has a purple icon and loads with a black splash image
My Project is currently running and being developed in Visual Studio 2013 Express for Web which has a green icon
If I try to load my project into the new Integrated Shell VS 2013 I get errors. What I really want is just to have the template available so I can add RDLC reports
I have already used MuGet to install MvcReportViewer and set my web config etc and references. Following instructions at https://www.nuget.org/packages/MvcReportViewer/
Now I need to create an RDLC but have no Template to do so
Could it be that VS-2013 Express has this feature turned off, because if I go into Help/About VS2013 Express for Web it has SQL Server Data Tools 12.0.30919.1 as an Installed product
Any comments appreciated
As far as I know, you can't use VS 2013 Express to edit RDLC files. It requires at least the professional version.
See: http://community.dynamics.com/nav/b/navteam/archive/2013/12/19/microsoft-visual-studio-2013-now-supported-for-rdlc-report-design.aspx
You can, however, create them in Sql Server Reporting Services, which is part of the advanced version of Sql Server Express Edition, using SQL Server Business Intelligence Developer Studio (BIDS) Express.
Try to download (Microsoft Report viewer 2012 run-time)
& Report Builder3
- First is the tool that display & Print Report.
- Report Builder is the tool that you can design report with it.
You Must have SQL Server 2012 Installed

Resources