Can I create a utility class in C# VS2008 and call it from the report?
We have some reports that currently call a common function in a prg in VFP. We are rewriting in C# and using Crystal Reports. We would like to change that to a VS2008 class called from many Crystal reportsu2026
Is this possible? If so, does the class have to exist in the same assembly?
Using VS2008 and the Express version of Crystal Reports that is included.