I have a report that is a multi-page report. By multi page I mean that each page contains different type of content so I am using the trick of using group headers with page break set before/after to simulate a multi page report.
This has worked fine so far except that now I need one of the pages to contain mailing labels. The way I've done mailing labels in the past, and the way the new label wizard does labels, is to set the detail size to the size of the label and then use the number of columns to duplicate the label for the page.
The problem with this approach for a multi page report is that I can't change the detail of just one page (at least I don't think I can). In this case, am I stuck basically having to lay out the labels for the page (I need only exactly one page of labels for this report) with textboxes and just populate each textbox probably with a loop in the report code behind?
This has worked fine so far except that now I need one of the pages to contain mailing labels. The way I've done mailing labels in the past, and the way the new label wizard does labels, is to set the detail size to the size of the label and then use the number of columns to duplicate the label for the page.
The problem with this approach for a multi page report is that I can't change the detail of just one page (at least I don't think I can). In this case, am I stuck basically having to lay out the labels for the page (I need only exactly one page of labels for this report) with textboxes and just populate each textbox probably with a loop in the report code behind?