Setting dynamic barcode values for paginated table group

I have a report that paginates a table grouped on unique shipment IDs in a load. It produces one page per shipment that shows meta information about the shipment and lists it’s line items.

I would like to show a barcode based on the unique shipment ID of each page, but can’t find a dynamic way to do it.

Setting the value to my @shipmentID@ key shows the same value on each paginated page. I know can index the shipment data by doing @loadShipments[0].Shipment ID@. I discovered the builtin @PageBreakPage@ which which I hoped to use to get the correct barcode shipment ID per page, but it nesting the keys won’t work.

Is there a good way to do this? Thanks for your time.

I was able to find a solution to this problem by using a custom barcode font installed on the server. I could then embed the barcode in a paginated table to generate them dynamically.

Also want to add that I needed to install the barcode font on the client computer for ‘all users’ for this to work.