|
Page Shuffling
|
Previous Top Next |
|
Page shuffle is comprised of TWO report extension templates. rpm_ShuffleBaseReport is for the first report in the chain of reports to shuffle. The remainder of the chained reports require the rpm_ShuffleChainedReport extension. Shuffling can be used to append multiple reports (also consider rpm_AppendSelectedReports) or to shuffle reports as you would shuffle a deck of playing cards. The latter option of interleaving pages from multiple reports requires that each report have a 1:1 ratio of one page in the base report to one page in each chained report. This limitation was key in adding a new template, rpm_InsertReport, which can provide the same interlacing of reports without these limitations. rpm_ShuffleBaseReport rpm_ShuffleChainedReport rpm_AppendSelectedReports rpm_InsertReport |