Page 1 of 1
Parameters Panel
Posted: Tue Apr 02, 2013 8:28 pm
by brianj774
I have a number of reports which have parameters.
I have found, after switching my report renderer from MvcViewerFX to MvcViewer, that the 'parameters panel' no longer is displayed.
This makes my reports unusable, and, MvcViewer as well.
Is this a bug? An undeveloped feature on the HTML5 version? A configuration issue on my part?
(If I switch the reports back to the Fx viewer, then the reports work again, but, of course, I lose the ability to render reports on the iPad)
Thanks!
Re: Parameters Panel
Posted: Wed Apr 03, 2013 8:04 am
by HighAley
Hello.
The parameters panel should work in the MvcViewer.
Could you send us a sample project which reproduces the issue?
Which version do you use?
Thank you.
Re: Parameters Panel
Posted: Wed Apr 03, 2013 10:07 pm
by brianj774
I have constructed a sample project which reproduces the issue.
It can be downloaded from my dropbox via
https://dl.dropbox.com/u/495070/shared/TestParams.zip
on a side note, the project is large, 71 MB or so. Is there a way to prune out all the DLL's, so I only send you the interesting bits...I know I could delete the entire 'packages' directory (70 of the 71 live there), but will you be able to reconstruct without it? Is there a preferred way?
Re: Parameters Panel
Posted: Fri Apr 05, 2013 11:34 am
by HighAley
Hello.
Please add next action in the Viewer:
Thank you.
Re: Parameters Panel
Posted: Fri Apr 05, 2013 12:52 pm
by brianj774
Thanks, you answer helped me figure out the rest.
You'll also have to add
Code: Select all
public ActionResult InteractionEvent() {
return StiMvcViewer.InteractionResult(httpCtx);
}
to the controller, as well.
For the record, and maybe this is changed with the 2013.1 release (I've not yet downloaded it), but the 2012.3 release does not include any information about the "ActionInteraction" or an "InteractionResult" in the "UserManual"... I might have worked this out on my own, if it had....
maybe

Re: Parameters Panel
Posted: Fri Apr 05, 2013 2:02 pm
by Vladimir
Hello,
This action was added recently. We have checked the documentation and your words come true. We'll add a description of work with variables panel in the near future.
Thank you.