Essa é uma revisão anterior do documento!
Formatador de Relatório - ReportBuilder (Resumo do guia do desenvolvedor)
TUTORIAL DE RELATÓRIOS - B - C
1. Close the Report Designer.
2. Select the Standard tab of the Delphi component palette.
3. Add a Button component to the form.
4. Configure the Button component:
Name btnPreview Caption Preview
5. Add the following code to the OnClick event handler of the button:
5. Adicione o seguinte código ao manipulador de eventos OnClick do botão:
rbMailMerge.Print;
6. Select File | Save from the Delphi main menu.
7. Select Project | Compile rbMMProj. Fix any compilation problems.
8. Run the Project.
9. Click the Preview button. The report should be five pages, with one letter per page.
7. Selecione Projeto | Compilar rbMMProj. Corrigir quaisquer problemas de compilação.
8. executar o projeto.
9. Clique no botão Preview. O relatório deve ser de cinco páginas, com uma letra por página.