Page 1 of 1

Master Detail report with business objects.

Posted: Wed Sep 14, 2011 6:16 am
by sabahat
Hi,

I've build a master detail report using business objects in silverlight and I did as was stated in Stimulsoft docs and videos.
The problem is that when the master record does not include any details, the master record is not rendered on the report, in other words only master records containing detail records are displayed.
Is this the intended behavior ? Is there any workaround for showing all records?

Thanks,

Master Detail report with business objects.

Posted: Thu Sep 15, 2011 8:19 am
by HighAley
Hello.
sabahat wrote:I've build a master detail report using business objects in silverlight and I did as was stated in Stimulsoft docs and videos.
The problem is that when the master record does not include any details, the master record is not rendered on the report, in other words only master records containing detail records are displayed.
Is this the intended behavior ? Is there any workaround for showing all records?
Please, send us a sample application with report and business objects for analysing.

Thank you.

Master Detail report with business objects.

Posted: Sat Sep 17, 2011 2:17 am
by sabahat
Hi,

I've attached a sample project to this post.
This issue only occurs if the child list is an empty list. If the child list is null, the parent record renders as expected.

Thanks.

Master Detail report with business objects.

Posted: Mon Sep 19, 2011 7:03 am
by Alex K.
Hello,

Please try to set the PrintIfDetailEmpty property of master databand to true.

Thank you.

Master Detail report with business objects.

Posted: Tue Sep 20, 2011 12:13 am
by sabahat
Hi,

It's working fine now.

Thank you for your help.

Master Detail report with business objects.

Posted: Tue Sep 20, 2011 9:06 am
by Andrew
Hello,

Excellent.

Thank you for letting us know about this.