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

Report Viewer HTML5 rendering

3 Answers 135 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Telmo
Top achievements
Rank 1
Telmo asked on 27 Sep 2013, 01:44 PM
Hi.
Is the report viewer (HTML5) control able to resize a report acording to the device displaying the report out of the box?
Should the report desiging process be device aware when authoring?
Say a Iphone or a Nexus7 tablet

Thank you.

3 Answers, 1 is accepted

Sort by
0
Chavdar
Telerik team
answered on 27 Sep 2013, 04:25 PM
Hi,

The new HTML5 Report Viewer will support 3 modes for scaling the report pages: FIT_PAGE_WIDTH, FIT_PAGE and SPECIFIC. The first two modes scale the pages automatically according to the size of viewable area while the third uses the original size of the report page regardless the visible space.

You can check this functionality by using the following code snippet:

<script type="text/javascript">
    $reportViewer = $("#reportViewer1")
        .telerik_ReportViewer({
            serviceUrl: "../api/reports/",
            templateUrl: 'src/templates/telerikReportViewerTemplate.html',
            reportSource: { report: "Report1.trdx" },
            viewMode: telerikReportViewer.ViewMode.PrintPreview,
            scaleMode: telerikReportViewer.ScaleModes.FIT_PAGE,
            scale: 1.0,
            ready: function () {
                //this.refreshReport();
            },
        });
</script>

The reports design depends entirely on your preferences and the viewer and the reporting engine do not have any specific requirements when displaying them on mobile platforms.

Let us know if you have any other questions.

Regards,
Chavdar
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

0
Telmo
Top achievements
Rank 1
answered on 27 Sep 2013, 04:29 PM
When is the final release of the Telerik Reporting Q3 due?
Thank you for the answer.
Telmo
0
Peter
Telerik team
answered on 01 Oct 2013, 09:42 AM
Hi Telmo,

The official Q3 2013 release is scheduled for mid-October.

Regards,
Peter
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

Tags
General Discussions
Asked by
Telmo
Top achievements
Rank 1
Answers by
Chavdar
Telerik team
Telmo
Top achievements
Rank 1
Peter
Telerik team
Share this question
or