Hello everyone,
I have one issue with new PDF function. I am trying to convert to PDF the screen, which contain chart. I am receiving the black box instead of chart.
Set(PDFdoc,PDF(LineStructure,{Orientation: Landscape}))
The same result if use the Container with Chart in PDF function.
Set(PDFdoc,PDF(ContainerChartBalance,{Orientation: Landscape}))
What is wrong?
Thanks