Pulling (specific) values from Data Link

Stimulsoft Reports.NET discussion
Post Reply
Sanseviera
Posts: 3
Joined: Fri May 19, 2017 8:46 am

Pulling (specific) values from Data Link

Post by Sanseviera »

Hello, I am new here and not sure if I am posting in the right section. I have a Report and want to display the contents of a field based on the grouping of a data link. In other words, I (think I) need to firstly build a dictionary or list with all the values from the Group - for example:

Name1 has 2 values - Value 1 And Value 3
Name2 has 4 values - Values 1,3,5 and 6
Name3 has 1 value - Value 7 etc.

If anyone can show or tell me how to do this - much appreciated. My assumption is that I build a C# function and in the databand's BeforePrint Event fill the dictionary (???) Please advise me.

Then when the dictionary is filled with all the different values, then in the databand below this I would then have a value in the Name cell, say "Name2", and so I want to fill a cell (called "Aspect") in this databand with the values from the dictionary in "Name2" above - so the Aspect cell would have values 1,3,5 and 6 displayed? and with each new row would fill in the correct values each time depending on what the reference value in Name cell is.

Thanks for any help anyone can give me.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Pulling (specific) values from Data Link

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Please send us screenshots which show your task in more details.

Thank you.
Post Reply