Files
2026-04-21 10:18:12 +02:00

13 lines
819 B
Plaintext

<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" />
<DxReportDesigner ReportName="@ReportPathName" Height="800px" Width="100%">
<DxReportDesignerCallbacks CustomizeMenuActions="DesignerCustomization.onCustomizeActions"
BeforeRender="ReportingDesignerCustomization.RemoveAppearanceSection"
/>
</DxReportDesigner>