Skip to content

SampleAccountFor/reporting-document-viewer-in-javascript-with-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for Web (React) - Document Viewer

This example consists of two parts: 

Perform the following steps to run this example:

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

  2. Navigate to the JS\react-document-viewer 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 Document Viewer with the TestReport report.

    Document Viewer in JavaScript with React

Files to Review

Documentation

More Examples

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 67.3%
  • HTML 31.7%
  • JavaScript 1.0%