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
- Execute
run-npm.cmd
- Open http://localhost:4200 in browser
or manually npm
- Open cmd.exe and go to the root directory WynReportsEmbeddedSample_Angular
- Enter
npm install
- Enter
npm update @grapecity/wyn-report-viewer --latest
- Enter
npm update @grapecity/wyn-report-designer --latest
- Enter
ng serve --open
- Open http://localhost:4200 in browser
Wyn Enterprise System Configurations for API usage
- In the Administrator Portal after installing Wyn Enterprise, open the System Configuration Page.
- Add http://localhost:4200 (or the host application URL) in the "Allowed CORS Origins" section.
- 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"
- x - major releases
- y - minor releases
- z - patch releases
- ~ - updating packages as instructed will update to the latest patch
Documentation