Showing collection of values in a crystal sub report

45 Views Asked by At

I have a C# class that contains a collection property. I am showing this data in a sub report. In design editor I find that the collection property is not seen in the list of available columns. How can I show these values then ?

1

There are 1 best solutions below

0
On

I solved the issue by using a string property and made a comma separated list of values present in the collection and assigning it to the string property.