This is a migrated thread and some comments may be shown as answers.

How to optimize a report for mobile view?

3 Answers 131 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aron
Top achievements
Rank 2
Aron asked on 15 Mar 2011, 03:31 AM
Hello,

I have a simple report that shows a barcode and a little text.
I need the report to display 100% wide on the screen.

How it looks on a mobile device. It's too small!
http://img823.imageshack.us/img823/9397/photoyf.png

Preview in webpage

What should I change here? Change the report settings or the web page that displays the report's settings?

thanks for any help (I'm feeling stuck)


<telerik:ReportViewer ID="ReportViewer1" runat="server"
            
           Report="MobleTicketClassLib.Report1, MobleTicketClassLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
           ShowDocumentMapButton="False" ShowExportGroup="False"
           ShowHistoryButtons="False" ShowNavigationGroup="False"
           ShowParametersButton="False" ShowPrintButton="False" ShowRefreshButton="False"
           ToolbarVisible="False" Width="600px">
       </telerik:ReportViewer>

3 Answers, 1 is accepted

Sort by
0
Squall
Top achievements
Rank 1
answered on 17 Mar 2011, 02:44 PM
Hi, this is how the mobile browsers work. I am not sure I can help you but I have observed that the mobile browsers are zooming out the sites by default. This way you can see the whole site and then zoom in on the interesting parts.
0
Aron
Top achievements
Rank 2
answered on 17 Mar 2011, 03:04 PM
Hi, What if I generate the report as an image instead of a page. And then display just the image. What the be an option?
0
Squall
Top achievements
Rank 1
answered on 17 Mar 2011, 04:21 PM
This seems a reasonable option. My oppinion is to try it and article may help you http://www.telerik.com/help/reporting/programmatic-exporting-report.html.

But when it comes to mobile browses I find the http://www.webcredible.co.uk/user-friendly-resources/web-usability/mobile-guidelines.shtml article helpful.
Tags
General Discussions
Asked by
Aron
Top achievements
Rank 2
Answers by
Squall
Top achievements
Rank 1
Aron
Top achievements
Rank 2
Share this question
or