views:

25

answers:

0

Hi,

I have a data object that is bound to a Report. In this object I have a List object that I am parsing a CSV file into for use in a chart. The binding to all the other items in my data object works fine, I can see them in my data sources browser, but the List object is another story. I only see the properties a List object exposes in my Data Sources browser. It makes sense, but how can I get the parsed data in my List object into a chart in runtime?