Skip to content

Commit 4c5fe1a

Browse files
chore: use reporting cdn reference instead of local reference
1 parent 9201bca commit 4c5fe1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

knowledge-base/display-web-report-designer-in-angular-application.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ Follow these steps to integrate the Telerik Web Report Designer in your Angular
5252
<!-- jQuery -->
5353
<script src="https://code.jquery.com/jquery-{{jqueryversion}}.min.js"></script>
5454
<!-- Kendo UI for jQuery -->
55-
<script src="https://localhost:5000/js/webReportDesigner.kendo-{{buildversion}}.min.js"></script>
55+
<script src="https://reporting.cdn.telerik.com/{{buildversion}}/js/webReportDesigner.kendo.min.js"></script>
5656
<!-- Telerik Reporting resources -->
5757
<script src="https://localhost:5000/api/reports/resources/js/telerikReportViewer"></script>
5858
<script src="https://localhost:5000/api/reportdesigner/designerresources/js/webReportDesigner"></script>
5959
</head>
6060
````
6161
62-
> The `webReportDesigner.kendo-{{site.buildversion}}.min.js` file is not served automatically by the Report Designer REST service. You need to copy this file from your Telerik Reporting installation directory (`C:\Program Files (x86)\Progress\Telerik Reporting {{site.suiteversion}}\Html5\ReportDesigner\js\`) to your ASP.NET Core application's `wwwroot/js/` folder and reference it as shown above. This approach uses the Kendo UI subset included with your Telerik Reporting license instead of requiring a separate Kendo UI license.
6362
6463
1. Generate a new Angular component for the report designer:
6564

0 commit comments

Comments
 (0)