Crystal ~ ReportDocument.Load("MyReport.rpt")

  • Thread starter Thread starter mmj
  • Start date Start date
M

mmj

If I am loading my reports in this fashion

ReportDocument.Load("MyReport.rpt")

Is there a way to do this and still have the .rpt file's build type be set
to EmbeddedResource which makes it in the .dll? In other words in the build
type is set to Embedded can i still use the Load() method and call the .rpt
out of the assembly somehow?

or, if I am using the Load() method do I HAVE to set the build type to None
and deploy the .rpt files seperately?

--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