This example illustrates a DevExtreme-based client application that uses the Web Document Viewer control.
The example includes the following two applications.
- Frontend that is a pure HTML5 client, to which appropriate scripts and styles are assigned (along with HTML templates required by the Document Viewer).
- Backend that is an MVC 4 application in two implementations: with the Web API Controller and MVC Controller. At the backend, cross-domain requests are enabled (Access-Control-Allow-Origin) and a custom report resolver is implemented (CustomReportResolver).