Click here to Skip to main content
15,881,092 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am working with report viewer . How can i apply responsive layout for it . Now i do :
<div style="width: 100%;">
<rsweb:ReportViewer ID="ReportViewer1" runat="server" Width="100%" Height="100%" AsyncRendering="False" SizeToReportContent="false">
</rsweb:ReportViewer>
</div>
When i change to small screen, it will have scroll in div. Is it best solution for report viewer ? Pls help me .
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