How to create parameterized report

Stimulsoft Reports.WEB discussion
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: How to create parameterized report

Post 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.
kiranjgandhi
Posts: 16
Joined: Sat Aug 02, 2014 7:46 am

Re: How to create parameterized report

Post 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
kiranjgandhi
Posts: 16
Joined: Sat Aug 02, 2014 7:46 am

Re: How to create parameterized report

Post by kiranjgandhi »

Hello,

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

Thanks a lot.

Thanks & Regards
Kiran Gandhi
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: How to create parameterized report

Post by Vladimir »

Hello,

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

Thank you.
Post Reply