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
Cristhian Posligua
2 answers
0
@Mike
I've done that, but still can't see th einformation, look:
But the report shows no information:
If I use a list view, the result is the same:
answered
Cristhian Posligua
-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.