Known issues for the new SaveAs PDF method

The new SaveAs PDF method (NativePDF! using PDFLib) has a few issues when handling images or lines:

  • Some data in the nested reports (most of the case, in the last nested report) may not print (appear as blank) in the PDF file. If this issue occurs, you can try to avoid it by adjusting the height of the problematic nested report.

  • When the image of the Picture control is saved to the PDF file using PDFLib, the image will lose some quality because PDFLib saves images as bitmaps.

  • The pen width property of the Line control takes no effect in the new SaveAs PDF method. No matter what value is set for this property, 1 is always used.