|
 |
 |
 |
Grid Pack for ReportBuilder is a set of components designed to work with ReportBuilder, the report tool from Digital Metaphors, to enhance its functionality and make your report look more powerful and more professional. All grids only save necessary information into the report file, and keeps the report file size as small as it can, so the speed of loading a report is very much faster. The pack includes 5 components: TRBTableGrid, TRBDBTableGrid, TRBCrossTab, TRBPageBreak and TRBCheckBox. |
| |
TRBTableGrid is a stretchable table grid, that let's developers more easily design grid, table and fill-form reports. The features include:
- Cells can be merged and split.
- Cells can be stretched, See screen shot.
- Cells can have multi-line captions with aligment (left, center, right) and layout (top, middle, bottom) attributes as well as left, top, right and bottom margins.
- You can specify a display format for each cell.
- Cells can have background color, font name, font style, font size, font color attributes.
- You can specify border color (which can be printed properly under the non-color printers) and one of the following pre-defined 10 line styles for each side of cell borders.
No line, 1/8 line, 1/4 line, 1/2 line, 3/4 line, 1 Pt line,
1 1/2 pt line, 2 1/4 pt line, 3 pt line, 4 1/2 pt line, 6 pt line.
- Cells can have left, top, right, bottom spaces.
- A new Cell property (dialog), can be used to easily modify properties of all selected cells at once.
- Selected columns or rows can be deleted, and you can insert specific rows below or above the selected rows, insert specific columns to the left or right side of the selected columns.
- Also supports rows and columns appending.
- Supports calculated cells (Min, Max, Sum, Average).
- Supports TExtraDevices 2.8 or later.
- Supports eDocEngine.
- Design time selectable cells, resizable columns and rows.
TRBDBTableGrid is a dataware table grid. The features include:
- All features of TRBTableGrid, plus,
- Each cell can has a Data field associated with it (but now it only supports all non-blob fields).
- By enabling AutoTraversal property, DBTableGrid would print record of attached datapipeline row by row automatically.
TRBCrossTab is an unique and powerful CrossTab component. The features include:
- All the features of TrbDBTableGrid.
- TrbCrossTable is fully configurable at design time, which means you can do anything to its cells.
TRBPageBreak is a page break component. The features include:
- You can put it into the place where you want to force a new page.
- By combining this component with TRBCrossTab and TRBDBTableGrid, making it possible to design a column-wrap report. (See the demo report)
TRBCheckBox is a check box. The features include:
- a Caption associated with it.
- Pre-defined 7 styles of check boxes.
|
|
 |
|
 |
|