Skip to content

This repository contains the Bold Reports embedded service application that connects with your client apps and application deployment steps.

Notifications You must be signed in to change notification settings

boldreports/embedded-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to configure the service application

Run BoldReports embed service application

  1. Move to the csproject folder location embedded-services\boldreportservice Shows the csproject folder location

  2. Open the command prompt from the csproject location. Shows the command prompt open location

  3. run the command dotnet build to build the project Shows the build command execution

  4. once the build succeed, run the command dotnet run Shows the run command execution

  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 Shows the service url in console

  6. Use this url in your front-end application as service url. Shows the service url configuration

Configure the designed report in service application

  1. Move the designed report to the location embedded-services\boldreportservice\wwwroot\Reports Shows the report folder location

  2. Configure the report path in the front-end applications. Shows the report path configuration

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

About

This repository contains the Bold Reports embedded service application that connects with your client apps and application deployment steps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published