Hello,
I have such question. I have a collection of the data, I put them in the list. Each data item contain set of strings, DateTime, and two double number. I created a report which display all my data on the separate page. Now I want to modify a little bit my data item, I added to each item two List<double> for x-, and y- values. Another words, I want to display a graph for each data item.
And here I have a problem. My chart component is tied to dataset, not to the data item. Is it possible to realize such report,
where on separate page for each data item, I can create a seperate chart?
Thank you very much in advance
IgorT345