Hi, I've found some references to create custom reports in Report Center with an aspx page, but I would like to know if it's possible to create this report the "MVC way".
Requirements:
- report created in report center, that admits some parameters.
- display report on screen, with option to send to printer
- possibility to call the report from a view (with a button, for example, passing the corresponding parameters)
- Implement this functionality MVC way, if possible.
Is there a step-by-step guide to do such thing (I could not find anyone) ???
Episerver 8 CMS MVC.
Hi, I've found some references to create custom reports in Report Center with an aspx page, but I would like to know if it's possible to create this report the "MVC way".
Requirements:
- report created in report center, that admits some parameters.
- display report on screen, with option to send to printer
- possibility to call the report from a view (with a button, for example, passing the corresponding parameters)
- Implement this functionality MVC way, if possible.
Is there a step-by-step guide to do such thing (I could not find anyone) ???
Best Regards.