Skip to content

Commit cb5de99

Browse files
Update how-to-use-native-blazor-report-viewer.md (#1565)
1 parent 0c7997f commit cb5de99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

embedding-reports/display-reports-in-applications/web-application/native-blazor-report-viewer/how-to-use-native-blazor-report-viewer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ app.UseStaticFiles();
5454
@* Or this one if using the Telerik.ReportViewer.BlazorNative.Trial package *@
5555
@* <script src="_content/Telerik.ReportViewer.BlazorNative.Trial/js/reporting-blazor-viewer.js" defer></script> *@
5656
57+
@* The version of the Kendo Utils should be updated according to the version of the Kendo theme used by the Telerik UI for Blazor package. *@
58+
@* The version of the Kendo Theme can be seen in the release notes of the Telerik UI for Blazor version - https://www.telerik.com/support/whats-new/blazor-ui/release-history. *@
59+
<link href="https://kendo.cdn.telerik.com/themes/8.2.1/utils/all.css" rel="stylesheet" />
60+
5761
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
5862
@* Or this one if using the Telerik.UI.for.Blazor.Trial package *@
5963
@* <link rel="stylesheet" href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-theme-default/all.css" /> *@

0 commit comments

Comments
 (0)