I've got a large number of reports, and on these reports are a list of ID numbers that have need a document mailed out. Some of the time there are multiple entries for the same ID number as they need multiple documents mailed out.
When I use ReportDocument.Rows.Count in the C# CrystalReports Engine to return the count of ID numbers it gives me a distinct count, not total count regardless of duplicate entries.
Is there any known work around to this?