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.
Master Detail report with business objects.
Hello.
Thank you.
Please, send us a sample application with report and business objects for analysing.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?
Thank you.
Master Detail report with business objects.
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.
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.
- Attachments
-
- 1319.MasterDetailStiReport.rar
- (26.06 KiB) Downloaded 374 times
Master Detail report with business objects.
Hello,
Please try to set the PrintIfDetailEmpty property of master databand to true.
Thank you.
Please try to set the PrintIfDetailEmpty property of master databand to true.
Thank you.
Master Detail report with business objects.
Hi,
It's working fine now.
Thank you for your help.
It's working fine now.
Thank you for your help.
Master Detail report with business objects.
Hello,
Excellent.
Thank you for letting us know about this.
Excellent.
Thank you for letting us know about this.