Wyn-Enterprise / WynReportsEmbeddedSample_Angular

This sample demonstrates the use of Wyn Report Designer & Viewer connected to the Wyn portal in an Angular app
GNU General Public License v3.0
0 stars 0 forks source link

WynReportsEmbeddedSample_Angular

This sample demonstrates the use of GrapeCity Wyn Report Designer & Viewer connected to the Wyn portal.

System requirements

This sample requires:

Description

We download the given packages and update reporting sample packages. After we compile the sample and run it.

Steps

  1. Execute run-npm.cmd
  2. Open http://localhost:4200 in browser

or manually npm

  1. Open cmd.exe and go to the root directory WynReportsEmbeddedSample_Angular
  2. Enter npm install
  3. Enter npm update @grapecity/wyn-report-viewer --latest
  4. Enter npm update @grapecity/wyn-report-designer --latest
  5. Enter ng serve --open
  6. Open http://localhost:4200 in browser

Wyn Enterprise System Configurations for API usage

  1. In the Administrator Portal after installing Wyn Enterprise, open the System Configuration Page.
  2. Add http://localhost:4200 (or the host application URL) in the "Allowed CORS Origins" section.
  3. Add 'content-disposition' and 'location' in the "Exposed Headers" section.

After configuration, the System configuration page should look like the image below:

About semantic versioning

package.json

"package-name": "~x.y.z"

Documentation