ActiveReports 17 .NET Edition
Developers / Create Applications / JS Viewer Application
In This Topic
    JS Viewer Application
    In This Topic

    The JSViewer is a Javascript component that you can easily customize and use in web applications to preview all types of reports - Page, Rdl, and Section reports. The JSViewer works on modern web application frameworks - ASP.NET MVC, ASP.NET Core MVC, and major JavaScript Frameworks such as Angular, React, and Vue.js. The Viewer supports all the major browers as well as rendering on mobile devices.

    This section covers some most popular scenarios of modern Web applications using different frameworks:

    ASP.NET MVC Core Integration

    Integration to Angular

    Integration to React

    Integration to VueJS

    For special situations, we recommend that you read these topics:

    JS Viewer ASP.NET Core Middleware

    Load Reports

    Change View Modes

    Update Security Token in Report Service

    Caching Reports

    Prevent Cross-Site Scripting Attacks

    Customize UI

    Customize Page View

    Animation

    Viewing Reports from Different Domains using CORS

    Note: For some reports, you may need to configure a fonts factory or a resource locator. For details, see Custom Resource Locator and Custom Font Resolver.

    See Also