Hmmm, I think I did try that method bclegg, but still had no luck.
But I did manage to get it working. Here's how:
In my code after I get my dataset I run this line once:
myDataSet.WriteXmlSchema("C:\MyReport.xsd")
This creates a file called MyReport.xsd that contains the description
of my data. Next I create a new Crystal Report using MyReport.xsd as
my ADO.NET (XML) source. Once the new report is created you can
delete MyReport.xsd, and also delete the line of code that created the
xsd file. The new report created will then accept my dataset during
runtime.
Dominic Isaia (Moondog)
(E-Mail Removed)