Embed Report Via Widget Editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:40 PM
Is it possible to embed a report inside a widget similar to embedding a widget inside a widget using $sp.getWidget and sp-wdget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2022 03:56 AM
There is an OOB report widget which can be used to add/view any report on portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2022 08:22 AM
Thank you, Raghav. I guess I should explain a little more. In my custom widget, I'd like to be able to click on a button and have a report show inside a modal.
I know that I can call $sp.getWidget in the server script and pass a widget id and its options, then use sp-widget in the html to render the widget. So, wondering if that's the same approach to take for a report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2022 11:09 PM
I think for report you need to use iframe and pass the report url, you can try this.
I dont think you can directly call the report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2022 04:27 AM