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