Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
re sizable scroll bar is working on report viewer good in internet explorer but it not working in Firefox and crome.

please do the need full help

thank you.


ASP.NET
<body  önresize="javascript:document.getElementById('ReportViewer1').style.height = document.documentElement.clientHeight -160;
document.getElementById('ReportViewer1').style.width = document.documentElement.clientWidth -30;">
    <form id="form1"  runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <table height="99%" width="98%">
    </table>
    <rsweb:ReportViewer ID="ReportViewer1"  runat="server" Font-Names="Verdana" Font-Size="8pt"
        Height="620px" Width="985px" ShowBackButton="True" SizeToReportContent="True">
        <LocalReport ReportPath="RDLC\MissingInvalidTFNReport.rdlc">
        </LocalReport>
    </rsweb:ReportViewer>
    <input type="hidden" id="IspopUp" name="__IsPopUp" value="true" />
    </form>
</body>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900