How to display rdlc report in Visual Studio 2017 Community - c#

I am trying to add a .rdlc report to a C# Windows application using Visual Studio 2017 Community, but the ReportViewer control shows as a non-visual component below the form.
I have tried the solution I found here: https://www.c-sharpcorner.com/article/install-rdlc-extensions-in-visual-studio-2017/
and here: Reportviewer tool missing in visual studio 2017 RC
I want to be able to display the .rdlc report on the form, just like the way it appears on other versions of Visual Studio. Any assistance will be appreciated.

As I know Visual Studio 2015 and above versions has hidden RDLC report viewer. To enable this feature you can go to ControlPanel > Visual Studio 2017 > Right click and choose Update, then you can find the extension for RDLC.
I also found a link to do it easier : install RDLC extension for report viewer in VisualStudio 2017

Related

can't see anything under Visual C# template inside visual studio 2010

I installed C# and business intelligence inside visual studio 2010 and now I'm able to access/create BI projects but can't findout anything under Visual C# template "no item found"
In visual studio project creation form -> choose Visual C# and choose Installed Templates.
You see no item found cause most probably you have selected Online Templates.

Crystal Reports template is missing in Visual Studio 2008

I could not find the Crystal Reports template in Visual Studio 2008 to create a Crystal Report.
So, after googling I found out that while installing I should have enabled the Crystal Report basic option. I did that also, but I could not find the Crystal Reports template while adding a new item, whereas in ToolBox under Reporting tab, it displays CrystalReportViewer and CrystalReportDocument controls.
What is the difference between adding a CrystalReport template or adding a CrystalReportViewer? Are CrystalReportDocument controls on a form working the same?
I am new to the Crystal Reports concept and usage. Can you please help me make the Crystal Reports template appear while adding new items in project.
The Visual Studio version is 2008 Professional Edition.
There seems to be some help in this blog post - especially in the comments.

how to use crystal reports in visual studio 2010

I am developing c# application using visual studio 2010.. Now i want to use crystal report in my project but I am using Visual studio 2010 first time.. So when I add crystal report in project then it creates .mht file and ask me to download SAP crystal reports..
http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
Several downloading options as shown in above link.. I have tried by downloading several setups which includes
1.SAP Crystal Reports, version for Visual Studio 2010 - Click Once
2.SAP Crystal Reports, version for Visual Studio 2010 - Click Once (32 Bit)
But after installation of this still no effect in visual studio and still asking me for download..
One more thing I want mention that my system is of 32 bit thats why i cant go for 64b bit..
I think this is the same question as here:
Use Crystal Reports 2011 in Visual Studio 2010
Finally I found the solutions..
By downloading the product
1)SAP Crystal Reports, version for Visual Studio 2010 - Standard
As this works fine and integrated successfully with visual studio 2010 IDE..

How to Generate crystal report in visual studio 2010 WPF application?

I want to generate a crystal report in visual studio 2010 in WPF application.
Can anyone please help me to solve out ?
I have tried but it does not works ..
please provide me the code ?
Crystal Report now doesn't comes with Visual Studio. You have to download it separately. Follow this link: http://www.businessobjects.com/jump/xi/crvs2010/default.asp .
Once you install the CR2010. You will be able to add crystal report pages (.rpt) in your project using VS 2010.
I don't think Crystal Reports are provided by default any more in VS2010, you have to download and install them separately.

Use VisualStudio 2010 for editing InfoPath C# code

The default editor for InfoPath 2007 C# code is VSTA. It has very low functionality and I want to use my VS 2010. Is this possible? If yes, how?
I tried to create a project out of an existing one, but i couldnt import the correct assemblies.
"Visual Studio 2010 does not include the InfoPath form template projects that were provided in previous versions of Visual Studio. You also cannot use Visual Studio 2010 to open or edit an InfoPath form template project that was created in a previous version of Visual Studio."
http://social.msdn.microsoft.com/Forums/en/officedevelopmentprerelease/thread/18a93486-0773-44cb-ae04-cc4b8f75c205
How to do development with Infopath and Visual Studio 2010 Video :
http://channel9.msdn.com/Learn/Courses/Office2010/InfoPathUnit/InfoPathVisualStudio

Categories