We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379bcca commit f7c1aebCopy full SHA for f7c1aeb
BlazorApp/Components/Pages/ReportViewer.razor
@@ -6,7 +6,7 @@
6
@using DevExpress.XtraReports.UI
7
8
<h3>Report Viewer</h3>
9
-<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.css" rel="stylesheet" />
+<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.min.css" rel="stylesheet" />
10
<link rel="stylesheet" href="_content/DevExpress.Blazor.Reporting.Viewer/css/dx-blazor-reporting-components.bs5.css">
11
12
<DxReportViewer @ref="reportViewer" Report="@Report">
@@ -15,4 +15,4 @@
15
@code {
16
DxReportViewer? reportViewer;
17
TestReport Report = new TestReport();
18
-}
+}
0 commit comments