<title>Syncfusion RDL Sample</title>
<link rel='nofollow' href="~/content/bootstrap.min.css" rel="stylesheet" />
<link rel='nofollow' href="~/content/ejthemes/ej.widgets.core.min.css" rel="stylesheet" />
<link rel='nofollow' href="~/content/ejthemes/default-theme/ej.widgets.all.min.css" rel="stylesheet" />
<link rel='nofollow' href="~/content/default.css" rel="stylesheet" />
<link rel='nofollow' href="~/content/reportdefault.css" rel="stylesheet" />
<script src="~/Scripts/jquery-1.11.3.min.js"></script>
<script src="~/scripts/jquery.easing.1.3.min.js"></script>
<script src="~/scripts/ej.web.all.min.js"></script>
<script src="~/Scripts/ej.unobtrusive.min.js"></script>
<script src="scripts/ej.culture.de-DE.js"></script>
<script src="scripts/ej.localetexts.de-DE.js"></script>
<body style="overflow: hidden; position: static; margin: 0px; padding: 0px; width: 100%; height: 100%">
<div style="width:100%; height:100%; position:absolute;">
@(Html.EJ().ReportViewer("reportsample")
.ProcessingMode(Syncfusion.JavaScript.ReportViewerEnums.ProcessingMode.Remote)
.ReportServiceUrl(VirtualPathUtility.ToAbsolute("~/api/ReportApi"))
.ReportPath("~/App_Data/Sample_new.rdl")
.Locale("de-DE")
)
</div>
</body> |
Hi Yuvaraj,
I just downloaded and installed the latest version, 15.2.0.46, but the error is still the same.
The thing is that I did not set locale property to the report viewer.
Thanks!
Bernard.
Just a little update. Everything is working fine when I added the script ej.localtexts.en-EN.js in the project and with locale property tuned on, just like Yuvaraj said.
Thanks!