Essa é uma revisão anterior do documento!


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


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


1. Open the form containing the Stock Summary report (rbStock.pas from the “Groups, Calculations, …” tutorial).

2. Double-click on the Report component to display the Report Designer.

3. Select File | Save As from the Report Designer main menu.

4. Save the report template in the My RB Tutorials directory under the name StockSum.

5. Close the Report Designer.

6. Select the data access components (qryStock, dsStock, plStock).

7. Copy these components into your clipboard.

8. Select View | Forms from the Delphi main menu. Double-click on frmSectionSub to make this form visible.

9. Paste the components into the form and drag them to a position below the Customer List data access components.

10. Place a standard Delphi label on the form, directly above these components.

11. Set the Caption to 'Stock Summary Data'.

12. Set the Visible property of the label to False.

13. Close the rbStock unit.

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