8000 Update how-to-use-html5-report-viewer-in-an-asp.net-core-in-.net-5-ap… · telerik/reporting-docs@bf9862a · GitHub
[go: up one dir, main page]

Skip to content

Commit bf9862a

Browse files
Update how-to-use-html5-report-viewer-in-an-asp.net-core-in-.net-5-application.md
1 parent 8f1158b commit bf9862a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

embedding-reports/display-reports-in-applications/web-application/html5-report-viewer/how-to-use-html5-report-viewer-in-an-asp.net-core-in-.net-5-application.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Using in .NET
33
page_title: HTML5 Report Viewer in ASP.NET Core - Telerik Reporting
44
description: "Learn how to add an HTML5 Report Viewer in an ASP.NET Core in .NET 6, .NET 7, and .NET 8 web app."
55
slug: telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/how-to-use-html5-report-viewer-in-an-asp.net-core-in-.net-5-application
6-
tags: how,use,html5,report,viewer,asp.net,core,.net,application
6+
tags: html5,report,viewer,asp.net,core,.net,application
77
published: True
88
position: 5
99
previous_url: /manual-setup-of-html5-report-viewer-in-aspnetcore-net5
1010
---
1111

12-
# Using the HTML5 Report Viewer in an ASP.NET Core application in .NET 6, .NET 8 and .NET 9
12+
# Using the HTML5 Report Viewer in an ASP.NET Core application in .NET 6, .NET 8, and .NET 9
1313

1414
This article guides you on how to add an HTML5 Report Viewer in an [ASP.NET Core in .NET 6](https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-6.0?view=aspnetcore-6.0) web application.
1515

@@ -30,7 +30,7 @@ The [HTML5 Report Viewer]({%slug telerikreporting/using-reports-in-applications/
3030
* `Telerik Razor Report Viewer Page {{site.suiteversion}}`
3131
* `Telerik HTML5 Report Viewer Page {{site.suiteversion}}`
3232

33-
The first template should be used when the project uses [Razor Pages](https://learn.microsoft.com/en-us/aspnet/core/razor-pages/) while the second can be used in all other scenario. The item templates allow you to quickly and easily add the HTML5 Report Viewer to the application. The wizards are the same for both item templates.
33+
The first template should be used when the project uses [Razor Pages](https://learn.microsoft.com/en-us/aspnet/core/razor-pages/), while the second can be used in all other scenarios. The item templates allow you to quickly and easily add the HTML5 Report Viewer to the application. The wizards are the same for both item templates.
3434

3535
If you wish to connect the Report Viewer to a REST service, you can follow the steps outlined in the [How to Use HTML5 Report Viewer with REST Service]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/how-to-use-html5-report-viewer-with-rest-service%}) documentation article.
3636

@@ -102,7 +102,7 @@ app.UseStaticFiles();
102102

103103
## Demo project
104104

105-
A full example can be found in the installation folder of Telerik Reporting, by default: `C:\Program Files (x86)\Progress\Telerik Reporting {{site.suiteversion}}\Examples\CSharp\.NET 6\Html5IntegrationDemo`. Examples are available also for .NET 8 and .NET 9 in the corresponding subfolders.
105+
A full example can be found in the installation folder of Telerik Reporting, by default: `C:\Program Files (x86)\Progress\Telerik Reporting {{site.suiteversion}}\Examples\CSharp\.NET 6\Html5IntegrationDemo`. Examples are also available for .NET 8 and .NET 9 in the corresponding subfolders.
106106

107107
## See Also
108108

0 commit comments

Comments
 (0)
0