I'm trying to create a report that display's a document that is in the DB across multiple tables. I have the querys and datasets set up fine, I'm just having issues grouping it right on the report itself.
To make it clear
I have one Row from Dataset A that needs to be displayed and under it, each Row from dataset B.
like
Dataset A fields
(basically a "for each")
Dataset B fields
Just keep repeating "for each"
How do I go about this?