How to open and display an iFrame?

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?

1 Like

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.

1 Like