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 | Advanced Components menu option from the Report Designer main menu. This toolbar will assist in creating advanced report components.

Logically groups components together. Use the ShiftRelativeTo property to move the region in relation to another dynamically resizing component (such as Memo, RichText or child-type Sub-Report).

Handles multiple master details, creates side-byside reporting effects, and hooks reports together as one. If you need a report to print within the context of a band, use a child-type subreport. If you need to hook reports together, use a section type subreport. The PrintBehavior property determines the subreport type.

Forces a new page during report generation. Placing a PageBreak on a report will cause all objects created after the PageBreak (Z-Order) to be moved to the next page. To force a new page after a stretchable component has finished printing, assign the TppPageBreak.ShiftRelativeTo property to reference the Stretchable component.

Allows you to generate a set of calculations that summarizes the data from a database table. It displays the calculations in a grid format.