Hello:
I am using CR 13.0.14, .Net 4.5.1, VS 2013 and I created a script that tests all the reports and it generates pdf files. The workhorse is a C# app that runs and exports the reports. The C# code is pretty simple, load the report, refresh (to get rid of the report data if any), set the connection using RAS, then export to PDF.
So, I chose a report whose data should not change between runs and, what I am seeing is slightly different number of rows per page between runs.
Do you have any idea why this is happening? Does the formatting of the page depend on the default printer? One thing to note is that I connect to the computer where I run these tests using Remote Desktop and the default printer is a printer that is not available (it is a printer of my current computer). Does this have an impact?
Thanks