Hi,
I want change Url in property "Inline Page URL" control PowerBiReportviewer when init form.
But, in code i can`nt find this property.
Maybe someone knows how to do it?
FormContainerControl powerView = element.design().control(element.controlId(TestPowerBIReportViewer")); - this is how I connect to the object
If it answered your question, please mark the reply as the verified answer (by using Did this answer your question? > Yes).
Thanks for the answer.
You are right - "refer to the control by name". this is the right decision.
have a nice day.
It's because you're using a wrong type. You need PowerBIReportViewer or PowerBIReportViewerBuild, not FormContainerControl.
By the way, can't you simply refer to the control by name (TestPowerBIReportViewer.parmExternalPageURL(...)).
André Arnaud de Cal...
291,996
Super User 2025 Season 1
Martin Dráb
230,853
Most Valuable Professional
nmaenpaa
101,156