hi
is there anyway for me to show a report base on the data inside my collection object?
what i was planning to do is to loop trough my collection and populate the data to a crystal report
Thanks
Printable View
hi
is there anyway for me to show a report base on the data inside my collection object?
what i was planning to do is to loop trough my collection and populate the data to a crystal report
Thanks
I don't know if you can bind a collection to a crystal report, but an alternative might be to dump your collection to a Db table and bind a Crystal Report to that table.
You can use a Textfile as a DataSource. Write out the array to a temp textfile and set your DS to it and viola! No need for using a DB.