Change Report in the same view
Posted: Thu Mar 16, 2017 5:25 pm
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
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