So here's whats happening
Im working with 2dDBbarCode on ReportBuilder (Digital Metaphors) to generate a QrCode that encode all itens (products) in the report, one item per row. But it only encode the first row of data. The 2dDBbarcode is positioned on Report's Header band.
How can i have multiple rows of data inside 2dBDbarcode?
I've already take a look at rbuilder guide at http://www.digital-metaphors.com/pdf/rbuilder.pdf but cant get nothing from there
I actually found a way to get around this problem. instead of create a report pipeline to get data from database directly inside 2dbarcode, I'm passing the data before open up report. The code now is: