How to create table from passed List of objects wich contains another List of objects
Hi,
I register to FastReport .NET C# data object:
This ModelA contains properties:
ModelB properties:
I can see all this properties in designer. But I do not have idea how can I display master (ModelA) and their children
I will be grateful for some examples.
Data source looks like this:
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
databand with source = listB gives you everything.
find my last answer in https://www.fast-report.com/en/forum/index....c=14027&hl=