I've just moved back over to using the report viewer for HTML5 in order to use the interactive feature and have a Document map for my reports. I have received push back from my QA people that we are going to lose our infinite scrolling feature. When doing research I came across this article: http://www.telerik.com/forums/infinite-scroll
which suggests that by now the HTML5 ReportViewer should have infinite/continuous scrolling. I have not been able to find this setting, and would like some help in locating it please.
For reference if needed, I am using the jQuery.fn.telerik method to spin up a report viewer on div creation like so.
$('mydiv''))
.telerik_ReportViewer({
serviceUrl: "/../api/reports/",
templateUrl: '/.../ReportViewerTemplate.html',
reportSource: { report: parameters },
viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
scale: 1.0
});
,
which suggests that by now the HTML5 ReportViewer should have infinite/continuous scrolling. I have not been able to find this setting, and would like some help in locating it please.
For reference if needed, I am using the jQuery.fn.telerik method to spin up a report viewer on div creation like so.
$('mydiv''))
.telerik_ReportViewer({
serviceUrl: "/../api/reports/",
templateUrl: '/.../ReportViewerTemplate.html',
reportSource: { report: parameters },
viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
scale: 1.0
});
,