Opening a Crystal ReportDocument object from an InfoObject in CEXI R2

  • Thread starter Thread starter drolaw
  • Start date Start date
D

drolaw

Hello,
I am attempting to use the
CrystalDecisions.CrystalReports.Engine.ReportDocument object to open a
Crystal Enterprise InfoObject object as a crystal report. I have
retrieved the InfoObject, but any attempt to use the overloaded .Load
method of the ReportDocument (which accepts an InfoObject as an
argument), results in the application hanging. This is the line it
hangs on

mRep.Load(myInfoObject, Session("EnterpriseSession"))

In this case mRep is a ReportDocument object.

I have checked the references and all files appear to be the same
version. I haven't been able to find anything else regarding this
problem online. Any help is appreciated, thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top