Parameters Panel

Stimulsoft Reports.WEB discussion
Post Reply
brianj774
Posts: 177
Joined: Tue Jan 11, 2011 7:15 am
Location: Minnesota

Parameters Panel

Post 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!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Parameters Panel

Post 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.
brianj774
Posts: 177
Joined: Tue Jan 11, 2011 7:15 am
Location: Minnesota

Re: Parameters Panel

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Parameters Panel

Post by HighAley »

Hello.

Please add next action in the Viewer:

Code: Select all

ActionInteraction = "Interaction"
Thank you.
brianj774
Posts: 177
Joined: Tue Jan 11, 2011 7:15 am
Location: Minnesota

Re: Parameters Panel

Post 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 :D
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Parameters Panel

Post 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.
Post Reply