Essa é uma revisão anterior do documento!


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


To access this toolbar, select the View | Toolbars | Standard Components menu option from the Report Designer main menu. This toolbar will assist in creating the most commonly used report components.

Para aceder a esta barra de ferramentas, selecione o Vista | Barras de Ferramentas | opção de menu componentes padrão a partir do menu principal Report Designer. Esta barra de ferramentas irá ajudar na criação dos componentes dos relatórios mais utilizados.

Displays text. Assign the Caption property to control the text value. You can have the label resize automatically to fit a changing caption if you set the AutoSize property to True.

Exibe o texto. Atribuir a propriedade Caption para controlar o valor de texto. Você pode ter o rótulo redimensionar automaticamente para caber uma legenda mudar se você definir a propriedade AutoSize para True.

Prints multiple lines of plain text in a report. To set the value, assign a string list to the Lines property. To dynamically resize the memo during printing, set the Stretch property to True. Use the ShiftRelativeTo property to define dynamic relationships with other stretchable objects.

Imprime várias linhas de texto simples em um relatório. Para definir o valor, atribuir uma lista de string para a propriedade Lines. Para redimensionar dinamicamente a memória durante a impressão, defina a propriedade Stretch para True. Use a propriedade ShiftRelativeTo para definir relações dinâmicas com outros objetos elásticos.

Prints formatted text. To set the value, assign the RichText property or use the LoadFromFile orLoadFromRTFStream methods. Use the ShiftRelativeTo property to define dynamic relationships with other stretchable objects. At designtime you can use the ReportBuilder's built-in RTF Editor to load, modify, and save rich text data stored in files.

Prints texto formatado. Para definir o valor, atribuir a propriedade RichText ou usar os métodos LoadFromFile orLoadFromRTFStream. Use a propriedade ShiftRelativeTo para definir relações dinâmicas com outros objetos elásticos. No designtime você pode usar o ReportBuilder embutido do RTF Editor para carregar, modificar e salvar dados de texto ricos armazenados em arquivos.

Displays common report information such as page number, page count, print date and time, date, and time. The type of information displayed is controlled by the VarType property. The format is controlled by the DisplayFormat property.

Exibe informações do relatório comum, tais como número de página, número de páginas, impressão de data e hora, data e hora. O tipo de informação exibida é controlado pela propriedade VarTipo. O formato é controlada pela propriedade DisplayFormat.

Used for calculations via an Object Pascal event handler assigned to the OnCalc event or a RAP event handler assigned to the OnCalc event. Access the Calculations dialog (via the speed menu) or the Calc tab of the Report Designer to code a RAP calculation for this component.

Usado para os cálculos através de um manipulador de eventos Pascal Objeto atribuído ao evento OnCalc ou um manipulador de eventos RAP atribuído ao evento OnCalc. Acesse o diálogo Cálculos (através do menu de velocidade) ou na guia Calc do Report Designer para codificar um cálculo RAP para esse componente.

Displays bitmaps and windows metafiles in reports. Assign the Picture property of this component in order to place an image in your report. Use the Report Designer's built-in picture dialog to load images at design-time.

Exibe bitmaps e janelas metafiles em relatórios. Atribuir a propriedade Imagem desta componente, a fim de colocar uma imagem em seu relatório. Use diálogo imagem embutida no Relatório de Designer para carregar imagens em tempo de design.

Displays single and double lines (either vertical or horizontal.) Set the Style property to control whether the line is single or double. Set the Weight property to control the line thickness in points. Set the Position property to control whether the line is vertical or horizontal.

Exibe as linhas individuais e duplos (vertical ou horizontal.) Defina a propriedade Style para controlar se a linha é simples ou dupla. Defina a propriedade de peso para controlar a espessura da linha em pontos. Defina a propriedade Position para controlar se a linha é vertical ou horizontal.

Prints various shapes (squares, rectangles, circles, ellipses). Set the Shape property to select a type of shape. Use the Brush and Pen properties to control the color and border respectively.

Impressões em várias formas (quadrados, retângulos, círculos, elipses). Defina a propriedade Forma para selecionar um tipo de forma. Use as propriedades de pincel e caneta para controlar a cor e borda, respectivamente.

Displays standard (non-data-aware) TeeCharts. This component enables you to use TeeCharts inside the Report Designer. You can access the TeeChart editor via a popup menu.

Displays padrão TeeCharts (não-reconhecimento de dados). Este componente permite que você use TeeCharts dentro do Report Designer. Você pode acessar o editor TeeChart através de um menu pop-up.

Renders barcodes. The string value assigned to the Data property is encoded based on the BarCode-Type. If the data to be encoded is in a database, use DBBarCode. The following symbologies are supported: Codabar, Code 128, Code 39, EAN-13, EAN-8, FIM A,B,C, Interleaved 2 of 5, PostNet, UPC-A, UPC-E.

Processa códigos de barras. O valor da seqüência atribuída à propriedade dados são codificados com base no código de barras-Type. Se os dados a serem codificados são em uma base de dados, utilizar DBBarCode. Os seguintes simbologias são suportados: Codabar, Código 128, Código 39, EAN-13, EAN-8, FIM A, B, C, Intercalado 2 de 5, PostNet, UPC-A, UPC-E.

Renders 2D BarCodes. The string value assigned to the Data property is encoded based on the Bar-Codetype. The following symbologies are supported: PDF417, Maxicode.

Processa 2D códigos de barras. O valor da seqüência atribuída à propriedade dados são codificados com base no Bar-CodeType. Os seguintes simbologias são suportados: PDF417, Maxicode.

Displays a checkbox using the WingDings font.

Exibe uma caixa de seleção usando a fonte WingDings.