I've updated my develop environment to Crystal Server 2013 SP4 update 1 and .NET SDK SP4.
I've tested the updated system with my sample application and the result is the same (OutOfMemoryException). [See attached trace file]
Later i've modified one line of code in my console application:
[Before]: return tempByteArray.ByteArray;
[After]: return tempByteArray.DetachArray();
After this change i've printed the report with 300k rows (180mb pdf file), now i'm trying with more rows.
Can you give me a link for a documentation of CrystalDecisions.ReportAppServer.CommonObjectModel.ByteArray class?