Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Viewing SSRS reports using Ignite UI.
posted

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.

  • 1740
    Verified Answer
    Offline posted

    Hello,

    Thanks for posting in forum.

    At this page you can find more guidance about embedding R+ in different platforms:
    http://www.infragistics.com/enterprise-solutions/enterprise-mobility/reportplus/getting-started.

    If you have further questions, please feel free to contact us.

  • 10
    posted

    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.