New to Telerik Reporting? Download free 30-day trial

The currentPage() method of the HTML5 Report Viewer

Gets the viewer’s current page that is displayed.

Returns: integer:

var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
var currentPage = reportViewer.currentPage();
In this article