I laid out in the detail section a form that will be physically printed and I just need the number from the database to appear in the upper right. My goal is for the form to repeat for every row in the database. Currently a table with the database put in the upper right shows all the values in the table and it pushes everything below it down page.
Hello, Lawrence,
If you have multiple records that should be shown for the number in the upper corner and if you want select multiple such numbers you could use groupings (https://docs.telerik.com/reporting/designing-reports/connecting-to-data/data-items/grouping-data/how-to-add-groups-to-report ). Simply create a new group and extract the data that should be visualized within the group there. You should group by the P.O. Number.
If you need to show single P.O. Number and its related records - you could use parameters to filter the data. Then, you could simply visualize the parameter value on the top right corner.
Would any of these approaches help? I can try to help further but I'll need some more details.
Regards,
Krasimir Baylov