Hello,
I have searched the forums, but can't seem to find an answer to this problem. I'm designing a report that is a bit tricky; I'm trying to get the data to populate two sections of the report from multiple data records. It would seem logical to have multiple detail areas that could be filled to accomplish this layout; but I can't figure out how to do this...
I'm using the designer within Visual Studio.
See below for a generic example.
Sample layout using 3 data records:
Detail Section
Fields.Pool[From record 1] Fields.Value0[From record 1]
Fields.Pool[From record 2] Fields.Value0[From record 2]
Fields.Pool[From record 3] Fields.Value0[From record 3]
Fields.Value1[From Record 1] Fields.UserName[From record 1]
Fields.Value1[From Record 2] Fields.UserName[From record 2]
I have searched the forums, but can't seem to find an answer to this problem. I'm designing a report that is a bit tricky; I'm trying to get the data to populate two sections of the report from multiple data records. It would seem logical to have multiple detail areas that could be filled to accomplish this layout; but I can't figure out how to do this...
I'm using the designer within Visual Studio.
See below for a generic example.
Sample layout using 3 data records:
Detail Section
Fields.Pool[From record 1] Fields.Value0[From record 1]
Fields.Pool[From record 2] Fields.Value0[From record 2]
Fields.Pool[From record 3] Fields.Value0[From record 3]
Fields.Value1[From Record 1] Fields.UserName[From record 1]
Fields.Value1[From Record 2] Fields.UserName[From record 2]
Fields.Value1[From Record 3] Fields.UserName[From record 3]
Thanks for taking the time to look at this; if you have any ideas on how I can accomplish this, I'd be very grateful!
-Chuck