Skip to Content
0
Former Member
May 15, 2008 at 11:42 PM

Equivalent methods in Crystal 2008

10 Views

I am trying to migrating old existing code in VB to C# using Crystal 2008. I am having problem with this section. What are the equivalent to the FieldMapping and ReadRecords in 2008?

Old Code

crRpt.FieldMappingType = crAutoFieldMapping

crRpt.ReadRecords

Thanks