When I view a report in Chrome there is no print buttonbut there is in iExplorer
I use ver. 14.2.20142.1016 asp.net MVC 4.5 Bootstrap
Hello Christian,
Thank you for the update. I have done some further looking into this matter and have been able to reproduce this behavior. I have logged this with our development team for further investigation with the ID TFS 193930. I have also created private case CAS-155084-X5T2J4 where I will provide you with further information concerning this matter.
It makes no different if I dont use Bootstrap
this is the code I use :
@{ViewBag.Title = "Lager Udskrivning";}<div style="width:960px; margin:0 auto"><h2>LAGER UDSKRIVNING</h2><div id="viewer"></div></div><div style="display:none"><label id="ID">@ViewBag.ID</label></div>@section Scripts {<script>var rangeParameters = [{ Key: "ID", Value: 1 }];$(document).ready(function () {var _ID = $("#ID").text();rangeParameters[0].Value = _ID;$("#viewer").igReportViewer({renderSettings: {definitionUri: "/Reports/LagerRapport.igr",serviceEndpointUri: "/ReportService1.svc/ajaxAddress/"},parameters: rangeParameters,width: 1000,height: 750,});});</script>}
Thank you for the update. I have some follow up questions concerning this matter. What happens when you stop using bootstrap? What is the code you are using to setup the report and report viewer?
I use HTML5 report
Hi Christian,
Are you using the HTML5 report viewer or the Silverlight report viewer in your web page?