This example illustrates how to integrate the HTML5 Document Viewer into a DevExtreme-based Single Page Application project.
This example consists of two projects.
1. Frontend - a DevExtreme project that includes all necessary styles, scripts and HTML-templates required by the Document Viewer.
2. Backend - an ASP.NET MVC 5 application. At the backend, cross-domain requests are enabled (Access-Control-Allow-Origin) and a custom report storage is implemented.
For a step-by-step tutorial, refer to the following document: Document Viewer Integration into a DevExtreme application.
To learn about the previous implementation (prior to version 16.1.9), watch the following webinar video online: DevExpress Reports in Client-Side Web Apps.
See also:
How to use the Web Report Designer within a DevExtreme application
Question Comments
Added By: Lisa Agnes 1 at: 10/19/2017 7:07:02 PM can this code example be used if i am using DevExtreme - MVC .NET Core 2.0 with EF Core ?
Added By: Vasily (DevExpress Support) at: 10/20/2017 12:46:55 AM Hi Lisa,
I see that you already created a separate thread for this question: T567004: Is it possible to use DevExreme integration approach in a .NET Core application. So, let's continue our conversation in that thread to avoid discussing the same topic in multiple threads.Added By: Lee Meng at: 2/26/2018 1:07:15 AM Hi,
Bower is deprecated. Could you please give guide without using bower?
Where to download JS lib?