Hi,
I implemented a simple sample in which I'd like to meet better the report's features. So, in theh sample I noticed the report is very slow when it goes to render on the MVC page.
I was able to see that It the problem is my query brings a lot of records, then I was imagining that report would do the paging correctly. However It is not working.
Furthermore, when I click the next page button, I have a impression the report is doing the same query: returning all the records and then it applies the paging.
I think it would be better if the paging occured during the query not after the query results.
There is a manner to intervene the paging, such as some property, method or event that I implement the paging or change the query?
Thank you very much for all the attention.
Carlos
I implemented a simple sample in which I'd like to meet better the report's features. So, in theh sample I noticed the report is very slow when it goes to render on the MVC page.
I was able to see that It the problem is my query brings a lot of records, then I was imagining that report would do the paging correctly. However It is not working.
Furthermore, when I click the next page button, I have a impression the report is doing the same query: returning all the records and then it applies the paging.
I think it would be better if the paging occured during the query not after the query results.
There is a manner to intervene the paging, such as some property, method or event that I implement the paging or change the query?
Thank you very much for all the attention.
Carlos