Master Detail with detail dataset getting filled at runtime
Hello,
a part of the report I'm trying to create has a Master-Detail relation. I basically have a table with - let's say orders - and each order can have multiple pictures attached to it. My problem is that I have to fill the query for the pictures at runtime. What's the best way to solve this? My guess is to fill the detail dataset dynamically at runtime. How would I do that?
Regards,
Maxi
a part of the report I'm trying to create has a Master-Detail relation. I basically have a table with - let's say orders - and each order can have multiple pictures attached to it. My problem is that I have to fill the query for the pictures at runtime. What's the best way to solve this? My guess is to fill the detail dataset dynamically at runtime. How would I do that?
Regards,
Maxi
Comments