Master/Details Doesn't Do Left Outer Join

Stimulsoft Reports.NET discussion
Post Reply
Sandy Pham
Posts: 62
Joined: Mon Dec 11, 2006 1:43 pm
Location: U.S.A.

Master/Details Doesn't Do Left Outer Join

Post by Sandy Pham »

My master/detail report only shows the rows for master records that have detail records. In other words, the master/detail seems to only do a JOIN when it should do a LEFT OUTER JOIN. How can I make master records without detail records show on the report?
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

Master/Details Doesn't Do Left Outer Join

Post by Brendan »

Hi Sandy,

You need to set the "Print If Detail Empty" property to true on your Master Databand if the master band has no related child records but you still need to show the master record. I think it's false by default
Post Reply