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

Server side Paging in HTML5 Reporting

2 Answers 213 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
khandokar
Top achievements
Rank 1
khandokar asked on 17 Aug 2016, 02:06 PM

Hi,

As i see in HTML5, i can user ObjectDataSource for binding data in Report. ObjectDataSource has method like SelectMethod, SelectCountMethod, EnablePaging which i used in ASP.net to bring data partially. is it not possible to bring 50 rows first time & in the scroll next 50 row and so on?

Please let me know.it is urgent

Best Regards

sabbir

 

 

 

2 Answers, 1 is accepted

Sort by
0
khandokar
Top achievements
Rank 1
answered on 17 Aug 2016, 02:20 PM

Sorry,it was System.Web.UI.WebControls.ObjectDataSource, may be Telerik.Reporting.ObjectDataSource doesn't have this facility.Is there any other way to implement to do this?

Best Regards

sabbir

 

0
Katia
Telerik team
answered on 18 Aug 2016, 12:00 PM
Hi Sabbir,

Bringing the data partially per page is not supported by ObjectDataSource componentThe whole data will be fetched at report's generation.

The general recommendation for optimizing the report's performance is to filter data server side. This can be achieved with data source parameters mapped to report parameters.

If you need to show a large amount of data to the end user you can also test exporting the whole report without displaying it in the viewer as described in Exporting Report Programmatically help article.


Regards,
Katia
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
khandokar
Top achievements
Rank 1
Answers by
khandokar
Top achievements
Rank 1
Katia
Telerik team
Share this question
or