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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.