Skip to content

boldbi/blazor-webassembly-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bold BI Embedded Sample in Blazor WebAssembly

This project was created using ASP.NET Core 8.0. This application aims to demonstrate how to render the dashboard available on your Bold BI server.

Dashboard view

Dashboard View

Requirements/Prerequisites

Supported browsers

  • Google Chrome, Microsoft Edge, and Mozilla Firefox.

Configuration

  • Please ensure you have enabled embed authentication on the embed settings page. If it is not currently enabled, please refer to the following image or detailed instructions to enable it.

    Embed Settings

  • To download the embedConfig.json file, please follow this link for reference. Additionally, you can refer to the following image for visual guidance.

    Embed Settings Download EmbedConfig Properties

  • Copy the downloaded embedConfig.json file and paste it into the Server folder location within the application. Please ensure you have placed it in the application, as shown in the following image.

    EmbedConfig image

How to run sample using command prompt

  1. Open the command line interface and navigate to the specified file location where the project is located.

  2. Open the terminal and navigate to the Server project directory using the cd command(e.g., cd C:\BlazorProject\Server).

  3. Finally, run the application using the command dotnet watch run. After executing the command, the application will automatically launch in the default browser. You can access it at the specified port number (e.g., http://localhost:5154/).

Developer IDE

How to run sample using visual studio code

  1. Open the Blazor WebAssembly sample in Visual Studio Code.

  2. Open the terminal and navigate to the Server project directory using the cd command(e.g., cd C:\BlazorProject\Server).

  3. To run the application, use the command dotnet watch run in the terminal. After executing the command, the application will automatically launch in the default browser. You can access it at the specified port number (e.g., http://localhost:5154/).

    dashboard image

Please refer to the help documentation to learn how to run the sample.

Important notes

It is recommended not to store passwords and sensitive information in configuration files for security reasons in a real-world application. Instead, you should consider using a secure application, such as Key Vault, to safeguard your credentials.

Online demos

Look at the Bold BI Embedding sample to live demo here.

Documentation

A complete Bold BI Embedding documentation can be found on Bold BI Embedding Help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 8