I am using VS.NET to display a crystal report. I want to load the embedded report without specifying an actual physical address (i.e. "C:\myreport.rpt"). If the report is embedded in my project when its deployed, shouldnt I be able to just refer to the report like: oRpt.Load("rptOrderForm.rpt")? Or do I always have to specify a physical address?
Ive searched for examples high and low and cant come up with anything. Seems like the CrystalDesicisions support website is almost useless.
Ive searched for examples high and low and cant come up with anything. Seems like the CrystalDesicisions support website is almost useless.