|
I am using a WinForm ReportViewer LocalReport object to print out a report from a RDLC file.
I am using the Render(format, deviceInfo, CreateStream, out warnings) call to create the report and create MemoryStream objects for printing.
From time to time this routine just freezes on me and halts the entire application. I have been unable to find a pattern in this. Sometimes it will freeze two times in a row while other times it will print dozens of times before stopping. It looks like the Render function just goes into a loop and never returns. There are no errors or exceptions thrown.
Has anyone encountered this problem and is there a solution?
|