@page "/reportviewer/" @using DevExpress.XtraReports.UI; @code { DxReportViewer reportViewer; XtraReport Report = new PredefinedReports.Report(); }