First here is my environment and then I will get to my issue.
Language: C#
Development Environment: VS2005
Crystal Version: CRXI R2 Developer - Confirmed upgraded VS2005 when installed
Developing For: Windows environment, not Web
I have a Windows program that allows the user to export a report in several formats. I have successfully tested PDF, Excel, and Word and I am trying to test exporting to CSV.
According to the Crystal documentation this should be possible in the Windows environment.
What I get is the following message: "Invalid export DLL or export format" when I attempt to export to CSV. All of the others work fine.
I used the C# example, provided by Crystal on their web site, as a basic template. Even their example has the problem.
Has anyone successfully coded the export to CSV? I am in great need of an example, using VS2005 CRXI R2, of exporting to CSV with setting a delimiter character (the Crystal example does not include that portion).
Please, any help will be greatly appreciated.