Hi
Is there a way to display existing SSRS reports using any of the ignite UI controls? It seems that there aren't any. I found another infragistics product called Report Plus which appears to support SSRS reports. Do you think that will satisfy our needs? We have some already developed SSRS reports that we need to display to the user in a web browser. These reports need to be displayed within an existing UI framework that we have developed using ignite UI controls. We would prefer not to redirect the user to the SSRS report server and instead display the reports using an available control. Let me know what you think.
Regards.
Hello,
The Report Viewer is FREE for development but has a built in delay when running report. To remove the delay you can register for a free trial or purchase a fully supported license. To install SSRS Report Viewer for HTML5, MVC, Web Api, run the following command in the Package Manager Console. Ignite UI Tools is a set of full featured, advanced HTML & JavaScript user interface controls based on jQuery Core, jQuery UI and jQuery Mobile JavaScript libraries.
PM> Install-Package Forerunner .ReportViewer
Thanks.