cancel
Showing results for 
Search instead for 
Did you mean: 

ExportToStream Multi USer with CR dlls version 12.X

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

As always, the only issue may be the 3 concurrent processor licenses and the Print Job limit.

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

Answers (0)