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

Why Telerik web reporting is sending multiple request?

1 Answer 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ythouma
Top achievements
Rank 2
ythouma asked on 11 Aug 2015, 08:43 AM
I'm using Telerik Reporting with MVC, but I had an Issue with the requests count sent when the report is rendering, as u can see in the screenshot there is at leat 5-6 request sent, is there is any way so I can make the Whole report one request ?

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 11 Aug 2015, 04:43 PM
Hi ythouma,

The observed behavior is the expected one from the viewer - HTML5 Report Viewer and Reporting REST services cache management.

If you need to get a report in one requests, you can use your own custom controller's action to export the report programmatically and return the result to the client, instead of displaying the report in a viewer.


I hope this helps you.

Regards,
Stef
Telerik
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
ythouma
Top achievements
Rank 2
Answers by
Stef
Telerik team
Share this question
or