Hello:
I'm programming in vb.net in VS 2010 and I am using a CR report using the Load command. When debugging the process stops (stalls?). I'm looking for a way to debug this issue with some type of error message (or something).
Here is the line of code I'm using.
rpt.Load(Server.MapPath(reportToLoad), OpenReportMethod.OpenReportByTempCopy)
Thanks in advance for the help.