Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I use Visual C# express 2010. I want to generate a report. How to generate it?

What I have tried:

Visual c# express does not have default report viewer tool in toolbox. Therefore I downloaded Microsoft Report Viewer 2010 Redistributable Package and install it.
Then I add the report viewer tool to the toolbox. When I drag and insert it to the form Report does not appear. It shows outside of form only appearing name.
Posted
Updated 11-Feb-18 22:03pm

1 solution

You can download the Visual Studio Community Edition for free: Downloads | IDE, Code, & Team Foundation Server | Visual Studio[^]
It's free for non-commercial use (and small company use I think).
The follow Walkthrough: Creating a ReportViewer Report, Walkthrough: Creating a ReportViewer Report[^]

Apparently you now have to download the ReportViewer as a Nuget package: NuGet Gallery | Microsoft.ReportingServices.ReportViewerControl.Winforms 140.1000.523[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900