How to create table from passed List of objects wich contains another List of objects

edited May 2017 in FastReport .NET
Hi,

I register to FastReport .NET C# data object:
List<ModelA>

This ModelA contains properties:
public string Name {get; set;}
public List<ModelB> {get; set;}

ModelB properties:
public string Adress {get;set;}

I can see all this properties in designer. But I do not have idea how can I display master (ModelA) and their children
List<ModelB>
I tried to find solution in examples, but there are only with DataTables, and relation between them.

I will be grateful for some examples.

Data source looks like this:

Comments

Leave a Comment