Hi there, I really want to know your experience at working with ADO.Net datasets (calling StoreProcedures from SQL) and Crystal Reports, I know about the 2-4 seconds to
CrystalDecisions.CrystalReports.Engine.ReportDocument document = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
document.Load(file);
but what about the load of each tableadapter is there another way to work with crystal reports?. Maybe with LINQ
Thanks in Advance