Difference Between Accessing Data by Report Defination and Data Page with Refresh Strategy as "Once Per Interaction".?
Hi,
I want to ask about the difference in the performance when using report defination and Data page with Once per transaction refresh strategy.
Data page is used to improve the performance by not going to database every time but with the refresh srategy as once per transaction it is going to database every time. so instead of data page we can use report defination because it will do the same. So how the Data Page increase the Performance and when to use it.