M Markus Kling Nov 11, 2005 #2 using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Shared; .... ReportDocument document1 = new ReportDocument(); document1.Load("pathtoyourfile"); .... Markus
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Shared; .... ReportDocument document1 = new ReportDocument(); document1.Load("pathtoyourfile"); .... Markus
M Markus Kling Nov 11, 2005 #4 What exactly do you mean with "open"? Hrcko said: I tried this, but it doesn't work. Report doesn't open. Hrcko Click to expand...
What exactly do you mean with "open"? Hrcko said: I tried this, but it doesn't work. Report doesn't open. Hrcko Click to expand...