Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.74 KB

File metadata and controls

44 lines (29 loc) · 2.74 KB

Reporting for JavaScript - Integrate the Web Report Designer (with npm or Yarn package managers)

This example demonstrates how to integrate the End-User Web Report Designer in JavaScript application based on the server-side model.

JavaScript Report Designer Integration

This example consists of two parts: 

  • A server (back-end) ASP.NET Core project that enables cross-domain requests (CORS) (Access-Control-Allow-Origin) and implements a custom web report storage.

  • A front-end client JavaScript application with the Web Report Designer control.

steps to run this example:

  1. Run the ServerApp project.

  2. Navigate to the ClientSide folder and run the following command to install packages:

    • If you have the npm package manager:

      npm install

    • If you have the Yarn package manager:

      yarn install

  3. Host the client-side part (the ClientSide* folder) on the web server. You can add a new web site in the Internet Information Services (IIS) Manager.

  4. Launch the browser and open the web site created in the previous step.

Documentation

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)