Hi chander,
It is not possible to turn off paging out of the box. However you can show all pages of the report in the web ReportViewer by setting PageKind=Custom and a big number for PageSize, which you're sure would be enough to show all pages on a single one.
The limitation of this approach is that even when you export in any format, all pages would be still shown in this single huge page. What you can do to avoid this is hide the built-in Toolbar of the ReportViewer, prepare your own UI for the export formats and
export the report through code. This way you can change the PageSize before the export.
Best wishes,
Steve
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.