I'm curretly working with WAB for developers. What i'm trying to do is a dashboard that shows several widgets (Infographics) and then the user can print a Report of what's shown.
What I do is that when the panels are created I can get the information that each panel passes to the Infographic and then create the report with that.
My problem is that some of the infographics are in group panels, so right now the only way to show them in the report is when the user opens them and the panel gets created. This problem is more evident when the app is running on a mobile device because there it only show one panel at time.