Problem calling a certain position between two related fields

Stimulsoft Reports.NET discussion
Post Reply
andres ortegon
Posts: 4
Joined: Thu Jan 21, 2021 4:33 pm
Location: Colombia

Problem calling a certain position between two related fields

Post by andres ortegon »

I have a problem when trying to call a certain position of a data, as shown in image # 1 this is the final product, as you can see in image # 2 this is what I get when using {Datasource.DataTable.Rows [position] ["column"]} is repeating the position value in my "N" amount of details.

Please I need your help to know how to call a certain portion of a data respecting the parent-child relationship, "Description" is the parent and "Item" is the child as shown in image # 4

In the images # 3 and # 5 the data that travels in the detail lines are shown in their respective "Description"
Attachments
1.png
1.png (81.06 KiB) Viewed 574 times
Lech Kulikowski
Posts: 6238
Joined: Tue Mar 20, 2018 5:34 am

Re: Problem calling a certain position between two related fields

Post by Lech Kulikowski »

Hello,

In that case, you should use two databands and master-detail construction:
https://www.stimulsoft.com/en/documenta ... report.htm

Thank you.
Post Reply