Crystal Report working with generic collections
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Is it possible to work with generic collections in crystal report? I defined a generic list like this: List employeeList = new List(); And now I want to bind this collection with crystal report and I don't know how crystal report can work with this collection fields in my employee class . If anybody know please explain me ,how to do this. Thank you very much . DMASTER