You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Get started with Report Viewer controls"
3
3
description: The Report Viewer controls can be used to integrate Reporting Services RDL reports into WebForms and WinForms apps.
# Integrating Reporting Services Using the Report Viewer Controls - Get Started
14
+
# Integrate Reporting Services Using the Report Viewer Controls - Get Started
15
15
16
16
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).
17
17
18
-
## Adding the Report Viewer control to a new web project
18
+
## Add the Report Viewer control to a new web project
19
19
20
20
1. Create a new **ASP.NET Empty Web Site** or open an existing ASP.NET project.
You can use .NET Framework 4.5.2 or any newer version.
23
+
24
+

23
25
24
26
2. Install the Report Viewer control NuGet package via the **NuGet package manager console**.
25
27
@@ -67,7 +69,7 @@ The final page should look like the following.
67
69
</html>
68
70
```
69
71
70
-
## Updating an existing project to use the Report Viewer control
72
+
## Update an existing project to use the Report Viewer control
71
73
72
74
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.
73
75
@@ -129,18 +131,20 @@ Make sure to update any assembly references to version *15.0.0.0*, including the
129
131
<!DOCTYPE html>
130
132
```
131
133
132
-
## Adding the Report Viewer control to a new Windows Forms project
134
+
## Add the Report Viewer control to a new Windows Forms project
133
135
134
136
1. Create a new **Windows Forms Application** or open an existing project.
You can use .NET Framework 4.5.2 or any newer version.
139
+
140
+

137
141
138
142
2. Install the Report Viewer control NuGet package via the **NuGet package manager console**.
@@ -168,7 +172,7 @@ Make sure to update any assembly references to version *15.0.0.0*, including the
168
172
169
173
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.
170
174
171
-
### Setting the height of all the ancestors to 100%
175
+
### Set the height of all the ancestors to 100%
172
176
173
177
```html
174
178
<!DOCTYPE html>
@@ -193,7 +197,7 @@ If setting the height of the viewer control to 100% the parent element is requir
193
197
</html>
194
198
```
195
199
196
-
### Setting the parent's height attribute
200
+
### Set the parent's height attribute
197
201
198
202
For more information about viewport percentage lengths, see [Viewport-percentage lengths](http://www.w3.org/TR/css3-values/#viewport-relative-lengths).
199
203
@@ -215,7 +219,7 @@ For more information about viewport percentage lengths, see [Viewport-percentage
215
219
</html>
216
220
```
217
221
218
-
## Adding control to Visual Studio toolbar
222
+
## Add the control to Visual Studio toolbar
219
223
220
224
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.
221
225
@@ -260,12 +264,11 @@ Here are links to articles on the NuGet.org site about the WebForm and WinForm v
Let the team know about issues on the [Reporting Services forums](https://social.msdn.microsoft.com/Forums/sqlserver/home?forum=sqlreportingservices).
266
270
267
271
## See also
268
272
269
273
[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)
0 commit comments