Skip to Content
0
Former Member
Apr 23, 2014 at 07:32 PM

ExportToStream Multi USer with CR dlls version 12.X

29 Views

Ludek Uher:

Can you please let me know if there are any concurrent user issues with the attached CR DLL versions. attached find the document.

trying to get the SOFTCOPY of exported pdf from an existing CRystal report.

using CrystalDecisions.CrystalReports.Engine;

using CrystalDecisions.Shared;

Stream test1 = Report.ExportToStream(ExportFormatType.PortableDocFormat);

BinaryReader br = new BinaryReader(test1);

Byte[] bytes = br.ReadBytes((Int32)test1.Length);

Please let me know if any concurrent performance issues with the

ExportToStream producing byte array data ?

Environment: Ms Visual studio 2008, Crystal Report version 12.x , using BO XI for other purposes.

- using ExportToDisk concurrency supported is only the question we have...solution is working good.

- question on concurrent users supported with CR dlls attached and using ExportToStream

- Thank You in advance

Attachments