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