Page 1 of 1

Change Report in the same view

Posted: Thu Mar 16, 2017 5:25 pm
by marianux
Hi, id like to know if its possible change report in the same view and not reloading view.
My scenary Its that i got a dropdownlist for selecting between some differents reports.
When i choose one, then it must load this report, not reloading view, and if i change then it must load the other report.

I've thought doing with partial views and Ajax, a different GetReportSnapshot name for every report but in Controller Action it must take some parameters and i dont know how to do it.

Thanks in advance

Re: Change Report in the same view

Posted: Fri Mar 17, 2017 2:29 pm
by Alex K.
Hello,

Please check samples at following links:
https://drive.google.com/open?id=0Bx_-- ... UwyUWZfR0U
https://drive.google.com/open?id=0Bx_-- ... URBMEgzejQ

It reloads only the Viewer, without a full page reload. Also, for these samples, you need to use last build.

Thank you.