Component report building

Hello

I have created a component to build a report

Issue is I have no input output port for report connection

when I add manually through setup the component will not run??

image

Any ideas??

You need to:

  1. go inside component and open the layout editor
  2. in bottom left corner tick the box „enable reporting“
  3. go outside the component - you now have an additional blue square input port and output port
  4. grab a „Report Template Creator“ Node and connect it to the new blue input port of your component. In that node you can also configure page size and orientation
  5. connect the blue output port of your component to the Report PDF Writer

With that set up your component should execute and you should also get a preview if you open the blue output port.

2 Likes

Hi

Thanks for answering me

The layout editor is greyed out
image
Anything else I can do?

Thanks

What does the error of your component say? Can you share more information? Hard to debug without knowing more…

Hi
This is what I am seeing

image

Thanks for that - it looks like before starting to think about outputting your report as PDF there are different issues you will have to solve first.

Without looking into the component to understand what is “going on under the hood” it will be difficult to fix this.

Ok Thank you

I redid it and it seems ok

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.