STION NO: 42
You are Dynamics 365 Finance developer.
You need to initialize an embedded Microsoft Power Bl report.
Which code segment should you add to the form initialization method?
addReportControl(formGroupControl)
initializeReportControlInternal(powerBIConfiguration, reportparameters, reportControl, showError)
InitializeReportControl(workspaceName, Formgroup)
deployorUpdateReport(powerBIConfiguration, reportName, resourceName)
PBIReportHelper.initializeReportControl method is used to embed a Power BI report (.pbix resource) in a form group control.