Hello,
I am working on a page with two classic reports.
Report A is always displayed and has a column link which sets item Z with a value from a column in report A and then redirects the page to itself.
Report B uses item Z in his where clause and is only shown when Z is filled. This all works fine.
However I want to use Partial Page Refresh to only reload Report B instead of the whole page.
Because report A is a heavy report it can't and it won't get lighter.
So my question is how does this partial page refresh stuff work and does it improve preformance?
I think it would help if Ii don't have to load report A everytime I reload Report B.
I have found this:
Link
But it uses a selectlist and I use a hidden item and a column link. The column link does not set session state so it won't work...
Hope someone could help me out.