Shaddix / reporting-eud-designer-in-javascript-with-react

This example demonstrates how to use the Report Designer in JavaScript with React Library and npm package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use the Report Designer in JavaScript with React Library and Npm Package Manager

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\react-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 start

  5. The client application opens the browser at http://localhost:3000/. It displays the Report Designer with the Products report.

For a step-by-step tutorial, refer to the Report Designer Integration in React topic.

See also:

About

This example demonstrates how to use the Report Designer in JavaScript with React Library and npm package manager

License:Other


Languages

Language:C# 89.2%Language:HTML 7.3%Language:JavaScript 2.9%Language:TypeScript 0.3%Language:ASP.NET 0.2%