The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
i have pro power bi
and i embded my report ( not share point and not publish option )) with a link to web site its work fine on html file
using c# with web browser control
with the class webBrowser1.Navigate( @"D:\_a\MyReport.html" );
its not work and ther is error script on lines !!!!!
its work fine on webBrowser1.Navigate( @"D:\_a\MyReport.html" ,true); ( new windows option - internet browser )