Generate PDF from different entities

0
Hello, experts: I am generating a PDF from my SuperControl entity, which has a one-to-many association with the Evaluation entity, and the Evaluation entity, in turn, has a one-to-many association with the Def_Eval entity (multiple), like this:     The situation is that when generating a PDF, I get an error stating that the PDF generation page should have only one argument. So, how can I bring the Def_Eval information to the PDF generation page?
asked
2 answers
0

@Mike

 

I've done that, but still can't see th einformation, look:

 

 

image.png

 

But the report shows no information:

 

image.png

 

 

If I use a list view, the result is the same:

 

image.png

 

 

answered
-1

Pass in one instance of the SuperControl entity to the page and then, on your page, use Listviews or Datagrid2 widgets to display the associated information.

answered