Hi team, i have used this simple report to show my receive voucher, which is need to show the all image updated for each voucher completely. (the image is store in AWS s3, and i use S3 pre-sign URL to assigned to image object.)
the problem is when too much image loaded, seem the report page is missing and show just some first data page. my assumption is it seem memory limit problem?
I quite not sure is it able to config the memory use for this component?
i have investigate and surely the number of page be able to show is depended on the number of voucher load and especially the number of picturesPs. when i print just 1-5 vouchers which is around 10 images, it work fine.
for example, the report just show first 17vouchers when the total voucher is 91,
Ps. Voucher 1-16 show data completely as below
since Voucher no 17 the report page disappear.