Hi Bhavin,
Thanks for contacting Syncfusion Support.
We suspect the mentioned problem might have occurred when the ReportViewer is rendered based on machine culture by without referring locale culture text (“ej.localetext.js” script file) in your application. So, we request you to refer the “ej.localetext.js” script file for machine culture in your application to resolve the mentioned problem at your end as shown in below code example,
<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.culture.de-DE.js"></script>
<script src="scripts/ej.localetexts.de-DE.js"></script>
<form id="form1" runat="server">
<div style="height: 650px;width: 950px;min-height:404px;">
<ej:ReportViewer runat="server" ID="viewer" ReportPath="~/App_Data/Sales Dashboard.rdl" ReportServiceUrl="/api/ReportApi" Locale="de-DE">
</ej:ReportViewer>
</div>
</form> |
You can obtain the online ReportViewer demo sample for localization from below location,
Please refer the below UG documentation link to create the sample in ASP.NET web platform,
Also, you can obtain the ASP.Net ReportViewer samples from the below build installed location,
%userprofile%\AppData\Local\Syncfusion\EssentialStudio\version\Web\Samples\Web
If the issue persists, then share the “ej.web.all.min.js” script file referred in your application to validate the mentioned issue at our end.
Regards,
Yuvaraj D.