Avatar of mcrmg
mcrmg
 asked on

VS 2017

Hi,

I just downloaded VS2017, does anyone know where/how I can create a report from it?  thanks
Microsoft Visual Studio.NET Programming

Avatar of undefined
Last Comment
mcrmg

8/22/2022 - Mon
Ryan Chong

what kind of report you trying to create here? in what environment (Windows, Web-based, etc) and in what format (HTML, in a Form, etc)?

you need to give us more details to attract expert's attention.
mcrmg

ASKER
I have a asp.net front end with SQL back end web application that was built In vs 2008.  We want to expand it adding reports to it.  When I installed vs 2017, I need directions on where I can do it.  (I could not find it. Sorry)
mcrmg

ASKER
Any ideas? In 2008, there is a "Reporting" selection if I want to create a new project. In 2017, I cannot find it.  thanks
Your help has saved me hundreds of hours of internet surfing.
fblack61
Ryan Chong

have you tried to get the Report Viewer from NuGet Package Manager?

SnapShot.png
mcrmg

ASKER
I download the NuGet Package Manager, but I could not install it..It gave me some error. Please have a look..thanks
VSIXInstaller_d8bf10cd-a168-47b1-89a.log
mcrmg

ASKER
It does not look like it is for VS2017
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Ryan Chong

I download the NuGet Package Manager, but I could not install it..It gave me some error. Please have a look..thanks
Not too sure if it's an option for VS installation.... Can you install the NuGet Package Manager from the Visual Studio Installer instead?
mcrmg

ASKER
I think I have installed it. But I do not see it in VS2017 (sorry). How can I open it?thanks
mcrmg

ASKER
okay, I found the NuGet Package Manager and installed Report Viewer. But it does not show up in Toolbox, Do I need to add it?  thanks
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Ryan Chong

My newly installed VS 2017 doesn't really work well in my Windows 10.

in VS 2010, you can select the Report View from Reporting tab.

SnapShot.png
did you find it there?
mcrmg

ASKER
Please see the screenshot attached. I do not have that tab. Also, I noticed that you are building a report, I do not have that either (rdlc)  thanks
mcrmg

ASKER
attached file
Capture.JPG
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Ryan Chong

I finally able to use my VS 2017 in my Windows 10.

I guess I selected an older version of Report Viewer!

To use the latest Report Viewer, in NuGet Package Manager, try typing: Microsoft.ReportingServices.ReportViewerControl

You may proceed to install: Microsoft.ReportingServices.ReportViewerControl.WebForms by Microsoft

SnapShot3.png
After you have installed the component, go to your Toolbox, right click and select Choose Items:

SnapShot.png
Under .NET Framework Components, try Click on the Browse button.

And then select the DLL from your project package folders, such as:

yourProject\packages\Microsoft.ReportingServices.ReportViewerControl.WebForms.140.340.80\lib\net40\Microsoft.ReportViewer.WebForms.dll

After that you can see the Report Viewer was added successfully in your VS 2017.

SnapShot2.png
Hope this help
Ryan Chong

Here's another article which got similar instruction:

Integrating Reporting Services Using ReportViewer Controls - Get Started
https://msdn.microsoft.com/library/01a821c4-2920-400c-be03-93d26c749bb1.aspx?f=255&MSPPError=-2147217396
Ryan Chong

and see if this link is useful for you (in case you needed)

Microsoft Rdlc Report Designer for Visual Studio
https://marketplace.visualstudio.com/items?itemName=SqlReportingServices.MicrosoftRdlcReportDesignerforVisualStudio-18001
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
mcrmg

ASKER
I really appreciate your help. I have added ReportView to the Toolbox. When I drag the control over, I can see the control displaying. thank you

On the top right corner, there is a small arrow to select the report. I know I need to create a report project (right?) , but when I try to add a new project(item), there is no report project (sorry, if I used the wrong term)

Also, Please let me know if you want me to create a new question regarding this.  thank you
ASKER CERTIFIED SOLUTION
Ryan Chong

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
mcrmg

ASKER
thank you