11 lines
613 B
Plaintext
11 lines
613 B
Plaintext
@using DevExpress.Blazor.Reporting
|
|
@using DevExpress.XtraReports.UI;
|
|
|
|
<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" />
|
|
|
|
<DxReportViewer Report="@Report"></DxReportViewer>
|