Hello,
I've got an object defined as
How do I bind the list<dummy> to the detail? considering that I' need to bind the ID field of the main object to the main report?
Thanks
Paolo
I've got an object defined as
public int ID {get;set;}
public List<
Dummy
>Oggetti {get;set;}
public class Dummy
{
public int Numero {get;set;}
public string Descrizione {get;set;}
}
How do I bind the list<dummy> to the detail? considering that I' need to bind the ID field of the main object to the main report?
Thanks
Paolo