Hi All,
I have container with multiple labels and gallery control and has width 5000pts with horizontal scrollbar on. When I am trying to export with PDF function, it is capturing only data visible no screen, even though i set 'ExpandContainers" property to true.
Below is code snippet -
Set(varPDFBlob,PDF(GalleryContainer_1, {ExpandContainers: true, Orientation: PaperOrientation.Portrait }));
It is capturing all records (vertically) even if it is not in visible, but not expanding horizontally (Pls see below image, gallery has more columns than show in pic)

Will appreciate any pointers regarding this issue.