Hi,
I am using LINQ reporting Engine. I wanted to create a table with 2 loops, but when I try to scroll through the 2 loops it tells me:
A possible solution that comes to my mind is to create a list of ListSender objects, and inside ListSender make a getList () method, which returns me a List of Sender. So, does LINQ know the types of all objects?
Any other less complicated solution?
Thanks,
Marco
Example.zip (825 Bytes)
Example.docx (18.2 KB)