Essa é uma revisão anterior do documento!


Formatador de Relatório - ReportBuilder (Resumo do guia do desenvolvedor)


1. Select the Qty field of the plItem data pipeline in the Data Tree.

2. Drag the selection to the immediate right of the Description label.

3. Position the selection:

Left 2.8646
Top 0.1354

4. Right justify the components.

5. Set the label caption to Quantity.

6. Align the top of the new DBText with the top of the existing DBText components.

7. Select the List Price field of the plPart data pipeline.

8. Drag the selection to the immediate right of the Quantity label.

9. Position the selection:

Left 3.8646
Top 0.1354

10. Right justify the components.

11. Set the label caption to List Price.

12. Set the Display Format of the DBText component to $#,0.00;($#,0.00).

13. Align the top of the new DBText component with the top of the existing DBText components.

14. Place a label component to the right of the List Price label.

15. Configure the label:

AutoSize False
Caption Item Total
Font Name Times New Roman
Font Size 10 point
Font Style Bold
Font Color White
Left 4.8646
Top 0.1354
Width 0.9792
Text Alignment Right justified

16. Place a variable component in the detail band just below the Item Total label.

17. Configure the variable component:

Name vrItemTotal
DataType dtCurrency
Font Name Times New Roman
Font Size 10 point
Font Style Regular
Font Color Black
Text Alignment Right
DisplayFormat $#,0.00;($#,0.00)
Width 0.9792

18. Select the Item Total label, then Shift-click the vrItemTotal variable. Click the Align Right icon on the Align or Space toolbar.

19. Align the top of the variable component with the top of the DBText components.

20. Select File | Save from the Delphi main menu.