Skip to content

Commit 449a89e

Browse files
authored
Update integrating-reporting-services-using-reportviewer-controls-get-started.md
add note about more recent versions of .NET Framework, 2x ------- cc: @maggiesMSFT
1 parent dc73f2f commit 449a89e

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Get started with Report Viewer controls"
33
description: The Report Viewer controls can be used to integrate Reporting Services RDL reports into WebForms and WinForms apps.
44
ms.custom: seo-lt-2019
5-
ms.date: 06/03/2020
5+
ms.date: 08/05/2020
66
ms.prod: reporting-services
77
ms.prod_service: "reporting-services-native"
88
ms.technology: application-integration
@@ -11,15 +11,17 @@ ms.assetid: 01a821c4-2920-400c-be03-93d26c749bb1
1111
author: maggiesMSFT
1212
ms.author: maggies
1313
---
14-
# Integrating Reporting Services Using the Report Viewer Controls - Get Started
14+
# Integrate Reporting Services Using the Report Viewer Controls - Get Started
1515

1616
The Report Viewer controls can be used to integrate Reporting Services RDL reports into WebForms and WinForms apps. For detailed information about recent updates see the [changelog](changelog.md).
1717

18-
## Adding the Report Viewer control to a new web project
18+
## Add the Report Viewer control to a new web project
1919

2020
1. Create a new **ASP.NET Empty Web Site** or open an existing ASP.NET project.
2121

22-
![ssRS-Create-New-ASPNET-Project](../../reporting-services/application-integration/media/ssrs-create-new-aspnet-project.png)
22+
You can use .NET Framework 4.5.2 or any newer version.
23+
24+
![Screenshot of creating a new ASP.NET Empty Web Site.](../../reporting-services/application-integration/media/ssrs-create-new-aspnet-project.png)
2325

2426
2. Install the Report Viewer control NuGet package via the **NuGet package manager console**.
2527

@@ -67,7 +69,7 @@ The final page should look like the following.
6769
</html>
6870
```
6971

70-
## Updating an existing project to use the Report Viewer control
72+
## Update an existing project to use the Report Viewer control
7173

7274
Make sure to update any assembly references to version *15.0.0.0*, including the project's web.config and all .aspx pages that reference the viewer control.
7375

@@ -129,11 +131,13 @@ Make sure to update any assembly references to version *15.0.0.0*, including the
129131
<!DOCTYPE html>
130132
```
131133

132-
## Adding the Report Viewer control to a new Windows Forms project
134+
## Add the Report Viewer control to a new Windows Forms project
133135

134136
1. Create a new **Windows Forms Application** or open an existing project.
135137

136-
![ssRS-Create-New-winforms-Project](../../reporting-services/application-integration/media/ssrs-create-new-winforms-project.png)
138+
You can use .NET Framework 4.5.2 or any newer version.
139+
140+
![Screenshot of creating a new Windows Forms Application.](../../reporting-services/application-integration/media/ssrs-create-new-winforms-project.png)
137141

138142
2. Install the Report Viewer control NuGet package via the **NuGet package manager console**.
139143

@@ -168,7 +172,7 @@ Make sure to update any assembly references to version *15.0.0.0*, including the
168172
169173
If setting the height of the viewer control to 100% the parent element is required to have a defined height, or all ancestors are required to have percentage heights.
170174
171-
### Setting the height of all the ancestors to 100%
175+
### Set the height of all the ancestors to 100%
172176
173177
```html
174178
<!DOCTYPE html>
@@ -193,7 +197,7 @@ If setting the height of the viewer control to 100% the parent element is requir
193197
</html>
194198
```
195199

196-
### Setting the parent's height attribute
200+
### Set the parent's height attribute
197201

198202
For more information about viewport percentage lengths, see [Viewport-percentage lengths](http://www.w3.org/TR/css3-values/#viewport-relative-lengths).
199203

@@ -215,7 +219,7 @@ For more information about viewport percentage lengths, see [Viewport-percentage
215219
</html>
216220
```
217221

218-
## Adding control to Visual Studio toolbar
222+
## Add the control to Visual Studio toolbar
219223

220224
The Report Viewer Control is now shipped as a NuGet package and no longer shows in the Visual Studio toolbox by default. You can add the control to the toolbox manually.
221225

@@ -260,12 +264,11 @@ Here are links to articles on the NuGet.org site about the WebForm and WinForm v
260264
[https://www.nuget.org/packages/Microsoft.ReportingServices.ReportViewerControl.WinForms/](https://www.nuget.org/packages/Microsoft.ReportingServices.ReportViewerControl.WinForms/)
261265

262266

263-
## Forum Feedback
267+
## Forum feedback
264268

265269
Let the team know about issues on the [Reporting Services forums](https://social.msdn.microsoft.com/Forums/sqlserver/home?forum=sqlreportingservices).
266270

267271
## See also
268272

269273
[Data collection in the Report Viewer control](../../reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-data-collection.md)
270-
More questions? [Try the Reporting Services forum](https://go.microsoft.com/fwlink/?LinkId=620231)
271274

0 commit comments

Comments
 (0)