I want to display a data analysis done in Power BI by calling an external link in HTML.
Using WEB2.
Has anyone had the opportunity to do something similar?
I want to display a data analysis done in Power BI by calling an external link in HTML.
Using WEB2.
Has anyone had the opportunity to do something similar?
When you use WebHTMLViewer.LoadURL(url as String) the framework creates an iframe
behind the scenes for you. That’s all you’ll need to do, load a URL into a WebHTMLViewer
.