Essa é uma revisão anterior do documento!


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


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

2. Add a Button component to the form.

3. Configure the Button component:

Name btnPreview
Caption Preview

4. Add the following code to the OnClick event handler of the button:

rbRegions.Print;

5. Select Project | Compile rbRGProj. Fix any compilation problems.

6. Select File | Save from the Delphi main menu

7. Run the project..

8. Click on the Preview button. Click the Last Page icon . The report should be fourteen pages, with two fish per page. The Memo font and the bottommost region should be color-coded. The report should look like this: