This project was created using ASP.NET MVC 4.8. This application aims to demonstrate how to embed the Bold BI dashboard by providing the dashboard URL.
- Google Chrome, Microsoft Edge, Mozilla Firefox.
To set the following properties in the EmbedProperties.cs
file, follow these instructions:
Parameter | Description |
---|---|
UserEmail | UserEmail of the Admin in your Bold BI, which will be used to get the dashboard. |
EmbedSecret | Get your EmbedSecret key from the embed tab by enabling Enable embed authentication in the Administration page. |
DashboardUrl | Get the dashboard URL of the dashboard in your Bold BI. |
-
Open the solution file
IframeEmbedding.sln
in Visual Studio. -
Run your
ASP.NET MVC
sample in Visual Studio.
NOTE: If you are facing an error related to
bin\roslyn\csc.ex
, it indicates that performing aclean build
andrebuild
is necessary.
Please refer to the help documentation to know how to run the sample.
It is recommended not to store passwords and sensitive information in configuration files for security reasons in a real-world application. Instead, it would be best if you considered using a secure application, such as Key Vault, to safeguard your credentials.
Look at the Bold BI Embedding sample to live demo here.
A complete Bold BI Embedding documentation can be found on Bold BI Embedding Help.