https://github.com/boldreports/embedded-service
This repository contains the Bold Reports embedded service application that connects with your client apps and application deployment steps.
https://github.com/boldreports/embedded-service
Last synced: 5 months ago
JSON representation
This repository contains the Bold Reports embedded service application that connects with your client apps and application deployment steps.
- Host: GitHub
- URL: https://github.com/boldreports/embedded-service
- Owner: boldreports
- Created: 2024-05-20T07:55:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-20T10:55:55.000Z (about 1 year ago)
- Last Synced: 2024-12-26T06:11:03.237Z (6 months ago)
- Language: C#
- Size: 387 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to configure the service application
## Run BoldReports embed service application
1. Move to the csproject folder location `embedded-services\boldreportservice`
2. Open the command prompt from the csproject location.
3. run the command `dotnet build` to build the project
4. once the build succeed, run the command `dotnet run`

5. Copy the localhost url from the console window and use it in the browser. When configuring the URL for the service, choose between `HTTP or HTTPS` based on your requirements
6. Use this url in your front-end application as service url.
## Configure the designed report in service application
1. Move the designed report to the location `embedded-services\boldreportservice\wwwroot\Reports`
2. Configure the report path in the front-end applications.
## Embed service application docker file location
You can find the docker file for the application in below paths.
For Windows - embedded-services\boldreportservice\Window_dockerfile
For Linux - embedded-services\boldreportservice\Linux_dockerfile