Forum Discussion
rnehrboss
3 years agoHelper II
Trouble embedding a visual
I'm having trouble using the javascript library to embed a visual. I've successfully embedded whole dashboards with this code: ____________________________________________ var embedConfiguratio...
- Anonymous3 years ago
Hi rnehrboss ,
I suggest you to try this code to embed a report visual.
interface IVisualLoadConfiguration { accessToken?: string; embedUrl?: string; id?: string; pageName: string; tokenType?: models.TokenType; type: string; visualName: string; }For more details, you may refer to this offical blog.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
rnehrboss
3 years agoHelper II
no love here?
Anyone know how?