CrystalDecisions.CrystalReports.Engine.ReportDocument report = new CrystalDecisions.CrystalReports.Engine.ReportDocument();report.Load(@"C:\Users\XXX\Desktop\Backup1\Project\ReportsFolder\ReportSalesInvoice.rpt");
string loc = AppDomain.CurrentDomain.BaseDirectory;string loc2 = Application.StartupPath;string loc3 = Application.UserAppDataPath;string loc4 = Application.CommonAppDataPath;
report.Load(loc2 + "\\ReportSalesInvoice.rpt");