New to Telerik ReportingStart a free 30-day trial

The pageMode(psm) method of the HTML5 Report Viewer

Sets the page mode and automatically reloads the current report (if any) into the new view.

Parameters:

ParameterDescription
psmstring; the page mode. For more information please see jQuery.fn.telerik_ReportViewer’s pageMode option in Report Viewer Initialization.

Returns: the current ReportViewer object.

JavaScript
var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
reportViewer.pageMode(telerikReportViewer.PageModes.SINGLE_PAGE);

See Also

In this article
See Also
Not finding the help you need?
Contact Support