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 um Memo em um Region
1. Place a region immediately below the image region.
1. Coloque uma região imediatamente abaixo da região da imagem.
2. Configure the region:
Name rgMemo Left 0 Top 1.8021 Width 4 Height 0.4687
Note: Notice that the region has a one pixel- wide black border. You can turn this border off by setting the Line Color to 'No Line' in the Report Designer or by setting the Pen.Style to psClear in the Object Inspector.
3. Select the Notes field in the Data Tree field list.
4. Drag the Notes field from the Data Tree into the white space of the memo region.
Nota: Observe que a região tem um grande fronteira de pixel preto. Você pode ativar esse fronteira off definindo a cor da linha de 'No Line' no Report Designer ou definindo a Pen.Style para psClear no Object Inspector.
3. Selecione o campo Notas na lista de campos árvore de dados.
4. Arraste o campo Notas de árvore de dados a para o espaço branco da região do memorando.
5. Configure the DBMemo component:
Name dbmNotes Stretch True Font Name Arial Font Size 10 Font Style Bold Font Color Red Left 0.0625 T op 1.8541 Width 3.8854 Height 0.2292 Bottom Offset 0.0208
6 Select File | Save from the Delphi main menu.
Note: By setting the Stretch property to True, we are telling the Memo to expand or contract based on the amount of text in the Notes field. The text will be wrapped within the width of the component. The Bottom Offset property determines the amount of white space that will appear below the memo after it has completed printing.
Nota: Ao definir a propriedade Stretch como True, estamos dizendo a Memo para expandir ou contrato com base na quantidade de texto no campo Notes. O texto será embrulhado dentro da largura do componente. A propriedade inferior offset determina a quantidade de espaço em branco que aparece abaixo do memorando depois de concluir a impressão.