i'm trying to build up the following report structure in C# code:
Main report page with a PageHeaderBand. Inside this PageHeaderBand is a subreport. This subreport (page) contains a DataBand which is bound to a business object with some data rows. I tried almost everything but it does not work (no data from business object is shown in rendered report). I build up the same structure in designer and it works. So i compared the generated C# code of that designed report with my code but i did not found out what is wrong with it.

Can you please provide me with a small sample code which meet my structure and is not a designed report then saved as C# code?
Thanks and kind regards
Thorsten Pontow