Say, I have a Customer class with Orders and the structure would be

class Customer {
. . .
void AddOrder(SalesOrder o) { . . . }
}

and I want to feed this data to a Crystal Report document, is it possible? Anyone has a link for this kind of tutorials? I don't want to use DataTable and the like.