Use Dictionary in Business Objects

Stimulsoft Reports.Silverlight discussion
Locked
jogibear9988
Posts: 4
Joined: Thu Jul 03, 2014 2:38 pm

Use Dictionary in Business Objects

Post by jogibear9988 »

I have Dictionarys in my Business Object, of Type:

Dictionary<Guid, Dictionary<init, int>> and want them to show in a Chart? Is this possible, if so, how?

This Dictionarys contain my Aisles, and in them they have a Dictionary with the free Shelfs per Height!
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: Use Dictionary in Business Objects

Post by Ivan »

Hello,

Can you please describe your task in details. And, if possible, send us a sample.

Thank you.
jogibear9988
Posts: 4
Joined: Thu Jul 03, 2014 2:38 pm

Re: Use Dictionary in Business Objects

Post by jogibear9988 »

I've SOlved It now by using Tuple instead of a Dictionary! With this it works! But maybe also Dictionary would work, I did a few other things wrong before, but now this is solved for me!
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Use Dictionary in Business Objects

Post by HighAley »

Hello.

It's good that you solved the issue.
We will try to fix our bug if you send us sample of the issue and describe it more detailed.
Which version do you use?

Thank you.
Locked