Hello together,
W are facing a speed issue when user try to export a report if they working via RDP on a terminal server.
We using CR2013 SP 13 and in this case it a Windows Server 2008 R2.
I found out that this only happen when the user uses the Printer Resource Option in the RDP Setting (printer redirection)
If I turn it off, export is fast.
I tried
- reportDocument.ReportClientDocument.PrintOutputController.Export(
- reportDocument.ExportToDisk(
It seems, that they search for all network printers, but why? We want just export it…
This happen if the report set to No Printer also. But all our report are create by a default printer. I tried both ways, same problem.
Thank you
Steven