Re: How to create parameterized report
Posted: Thu Jan 08, 2015 2:06 pm
Hello,
Please add the following MvcViewer action in options:
and in the MyReportsController:
Now report parameters should works.
Thank you.
Please add the following MvcViewer action in options:
Code: Select all
ActionInteraction = "ViewerInteraction"
Code: Select all
public ActionResult ViewerInteraction()
{
return StiMvcViewer.InteractionResult(this.HttpContext);
}
Thank you.