Page 2 of 2

Re: How to create parameterized report

Posted: Thu Jan 08, 2015 2:06 pm
by Vladimir
Hello,

Please add the following MvcViewer action in options:

Code: Select all

ActionInteraction = "ViewerInteraction"
and in the MyReportsController:

Code: Select all

        public ActionResult ViewerInteraction()
        {
            return StiMvcViewer.InteractionResult(this.HttpContext);
        }
Now report parameters should works.


Thank you.

Re: How to create parameterized report

Posted: Sat Jan 10, 2015 6:51 am
by kiranjgandhi
Hello,

i have downloaded even "Stimulsoft Reports.Web 2014.3.4 from 2015.01.09" prerelease buid and replace existing dlls as above mentioned but still not getting parameters panel in Viewer.
please guide me for the same.

Thanks & Regards
Kiran Gandhi

Re: How to create parameterized report

Posted: Sat Jan 10, 2015 6:57 am
by kiranjgandhi
Hello,

i have implemented the solutuion as you have mentioned and its working.

Thanks a lot.

Thanks & Regards
Kiran Gandhi

Re: How to create parameterized report

Posted: Sat Jan 10, 2015 7:02 am
by Vladimir
Hello,

We are glad to help you.
Ask if you have any other questions.

Thank you.