I have a grid with a run button that allows the user to select records. I want to print a PDFReport for each selected record. The report works perfectly if I select one record but if I select more than one record I only get one report for the last record. Ideally I want to create a PDF with all the reports in one file but how do I print multiple one record PDF Reports in a run button?