Post Author: seanw122
CA Forum: .NET
In a web app, if I use ReportDocument.Load method does it in any way lock or prevent other file access to that rpt file? If, in the same web app, another user needs that report, is there a chance that the first thread has it locked and could get a File access exception?
Thanks,Sean