Essa é uma revisão anterior do documento!
Formatador de Relatório - ReportBuilder (Resumo do guia do desenvolvedor)
TUTORIAL DE RELATÓRIOS - B - C
1 Click the 'Subreport1' tab.
2. Right-click over the vertical line component located at the extreme left of the detail band. Select the StretchWithParent and ReprintOnOverflow menu options.
3. Right-click over the vertical line component at the far right of the detail band. Select the Stretch- WithParent and ReprintOnOverflow menu options.
Note: The detail band will contain a child-type subreport that will stretch to print all of the items for the current order. By setting StretchWithParent to True, we are saying “Whatever the height of the detail band is in the report, resize the line to match it.” Sometimes the items for an order will overflow onto an additional page. By setting Reprint- OnOverFlow to True we are saying “When the detail band overflows onto an additional page, make sure to reprint the line.” 306 Master Detail Detail Report REPORT TUTORIALS
4. Set the height of the detail band to 0.4687.
5. Place a subreport component just below the DBText components in the detail band.
6. Right-click over the subreport and set Parent-Width to false, then set the position:
Left 0.875 Top 0.2708 Width 6.25
7. Use the drop-down list at the upper left corner of the Report Designer to set the subreport's DataPipeline to plItem.
8. Select File | Save from the Delphi main menu.