Skip to content

DevExpress-Examples/reporting-vue-integrate-end-user-designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for Vue - How to Integrate the End-User Web Report Designer in Vue App

This example consists of two parts:

Perform the following steps to run this example:

  1. Open the back-end project solution (CS\ServerSide.sln) in Visual Studio and run the project.

  2. Navigate to the JS\vue-report-designer folder that is the client part's root folder.

  3. Open the console and run the following command:

    npm install

  4. Run the command to compile and start the client part:

    npm run serve

  5. Point your browser at http://localhost:8080/ to see the result.

Tip

Make sure that the backend application runs on the port specified in the host setting of the Report Designer component. For more information, refer to the following help topic: Determine the Host URL.

End-User Web Report Designer in JavaScript with Vue

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

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