Report Builder Embedding
General Notes
General report builder embedding notes
How to Embed the Report Builder
Please do the following when embedding the report builder, whether you are using the web component or the iFrame.
- Wrap the component in a
div
withstyle="display: flex; height: 100%; flex-direction: column;"
- On the component, put
style="flex: 1"
directly - All parent elements, up to the html or body need to have
height: 100%