Essa é uma revisão anterior do documento!
Formatador de Relatório - ReportBuilder (Resumo do guia do desenvolvedor)
TUTORIAL DE RELATÓRIOS - Usando Regions para componentes dinâmicos de grupos lógicos - Criando os componentes: Table, DataSource e DataPipeline
1. Select the BDE tab of the Delphi component palette.
2. Add a Table component to the form.
3. Configure the Table component:
DatabaseName DBDEMOS Name tblBiolife TableName biolife.db
4. Select the Table component and then doubleclick on the Active property in the Object Inspector to set it to true.
4. Selecione o componente Tabela e, em seguida, clique duas vezes sobre a propriedade Active no Object Inspector para defini-la como verdadeira.
5. Add a DataSource component to the form.
6. Configure the DataSource component:
DataSet tblBiolife Name dsBiolife
7. Select the RBuilder tab of the Delphi component palette.
8. Add a DBPipeline component to the form.
9 Configure the DBPipeline component:
DataSource dsBiolife Name plBiolife