This sample demonstrates how to embed Wyn Enterprise's ActiveReports (WynDesigner and Wyn Report Viewer) into a React application and connect them to a Wyn portal for editing and viewing reports.
This sample requires:
We download the given packages and update reporting sample packages. After we compile the sample and run it.
- In the Administrator Portal of Wyn Enterprise, open the System Configuration Page.
- Set http://localhost:3000 (or the host application URL) in the "Allowed CORS Origins" section.
- Set 'content-disposition' and 'location' in the "Exposed Headers" section.
After configuration, the System configuration page should look like the image below:

- Run command
npm installto install all required modules - Run
npm run startto start the development server (http://localhost:3000)