|
-
Jul 26th, 2006, 02:37 AM
#1
Thread Starter
Fanatic Member
Strongly typed objects with Crystal Reports
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|