Hello,
we have a prog dev in C# (VS 2008) with Crystal 2008
we use many report (in reportViewer, export in xls, printing...)
we had a marge problem on some Printer with this commande :
this.cryReport.PrintToPrinter(1, true, 1, 1);
We have looking for a solution a long time .... finnaly, with this code no more marge problems
this.cryReport.ReportClientDocument.PrintOutputController.PrintReport(l_Options);
But now we have a new problems.
Before if a field was to small for his number value, on printing the value was cut... ok
now in the same case the value is replace by # car on printing (ex : for 654.23 we have #######) .... not good
on the reportviewer all is ok, the problems it's only on the printed sheet