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 with style="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%