<script type="text/javascript"> { window.onload = function() { val(); }; function val() { $("divrpt").scrollLeft(100); } } </script> <div id="divrpt" style="overflow:auto;width:750px;height:350px; removed:absolute;" > <p><CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" Height="50px" ReportSourceID="CrystalReportSource1" Width="150px" DisplayGroupTree="False" /> <p> <CR:CrystalReportSource ID="CrystalReportSource1" runat="server"> <Report FileName="Crystal Reports\CRContactDetails.rpt"> </Report> </CR:CrystalReportSource> </p> </div>
#divrpt { direction:rtl; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)