Essa é uma revisão anterior do documento!


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


1. Select the BDE tab of the Delphi component palette.

2. Add a Query component to the form.

3. Configure the Query component:

DatabaseName DBDEMOS
SQL SELECT *
    FROM master
    ORDER BY rcmndation
Name qryStock

4. Double-click on the Active property in the Object Inspector to set it to true.

5. Add a DataSource component to the form.

6. Configure the DataSource component:

DataSet qryStock
Name dsStock

7. Select the RBuilder tab of the Delphi component palette.

8. Add a DBPipeline component to the form.

9. Configure the DBPipeline component:

DataSource dsStock
Name plStock