Parameters Panel
Parameters Panel
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!
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
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.
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
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?
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
Hello.
Please add next action in the Viewer:
Thank you.
Please add next action in the Viewer:
Code: Select all
ActionInteraction = "Interaction"
Re: Parameters Panel
Thanks, you answer helped me figure out the rest.
You'll also have to add
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
You'll also have to add
Code: Select all
public ActionResult InteractionEvent() {
return StiMvcViewer.InteractionResult(httpCtx);
}
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
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.
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.