This may seem like a stupid question, but...
I'm using Visual Studio 2010. I can't seem to find the ReportDocument class. I googled it, and got that it lives in the CrystalDecisions.CrystalReport.Engine assembly. Trouble is, here in VS 2010 (my copy at least), there is no such assembly.
Assemblies that appear in my add reference dialog include:
CrystalDecisions.CrystalReports.TemplateEngine
CrystalDecisions.Data.AdoDotNetInterop
CrystalDecisions.Enterprise.Viewing.ReportSource
CrystalDecisions.ReportAppServer.ClientDoc
CrystalDecisions.ReportAppServer.CommLayer
CrystalDecisions.ReportAppServer.commonControls
CrystalDecisions.ReportAppServer.CommonObjectModel
CrystalDecisions.ReportAppServer.Controllers
CrystalDecisions.ReportAppServer.CubeDefModel
CrystalDecisions.ReportAppServer.DataDefModel
CrystalDecisions.ReportAppServer.ObjectFactory
CrystalDecisions.ReportAppServer.Prompting
CrystalDecisions.ReportAppServer.ReportDefModel
CrystalDecisions.ReportAppServer.XmlSerialize
And that is it.
I added a reference to all of these, and looked around for the ReportDocument class. I could not find it...
I'm wondering if, once again, Microsoft is taking over this class, as in naming it something else.
I sure do hope I can complete this project in VS 2010. It would be very painful to have to downgrade it to 2008.
Thanks!
Aaron