Files
2026-04-07 14:36:24 +02:00

23 lines
828 B
Plaintext

@page "/TestViewer"
@rendermode InteractiveServer
@using DevExpress.Blazor.Reporting
@using DevExpress.XtraReports.UI;
@using TestDevExpress.Components.Reports
<h3>ReportViewer</h3>
<link href="_content/DevExpress.Blazor.Themes.Fluent/core.min.css" rel="stylesheet" />
<link href="_content/DevExpress.Blazor.Themes.Fluent/global.min.css" rel="stylesheet" />
<link href="_content/DevExpress.Blazor.Themes.Fluent/modes/light.min.css" rel="stylesheet" />
<link href="_content/DevExpress.Blazor.Themes.Fluent/accents/blue.min.css" rel="stylesheet" />
<link href="_content/DevExpress.Blazor.Reporting.Viewer/css/dx-blazor-reporting-components.fluent.css" rel="stylesheet" />
<a target="_blank" class="btn btn-primary" href="@pdfUrl">Download PDF</a>
<DxReportViewer @ref="reportViewer" Report="@Report"></DxReportViewer>