FastReport objects

|
Icon |
Name |
Description |
|
|
Text |
Provides a framed rectangle with multi-line text inside. Text also can contain variables. |
|
|
Band |
Band area. Defines where the band’s contents will be placed in the final report. |
|
|
Picture |
Shows BMP, ICO, WMF, EMF and JPG picture formats. Source can be a BLOB field. Uncomment the corresponding line in FR.inc to enable JPG format in FR. |
|
|
SubReport |
Intended for creation of subreports. When you insert this object into a report, you'll see that a new page is added to your report. |
|
|
Line |
Draws horizontal or vertical lines on the report. |
|
|
Shadowed text |
Provides Multi-line text inside a framed rectangle with optional shadow area and/or gradient fill. Useful for printing labels. |
|
|
Barcode |
Shows data in barcode format. |
|
|
Shape |
Allows insertion of geometrical shapes in the report (rectangle, rounded rectangle, ellipse, triangle). |
|
|
CheckBox |
Shows Boolean data as either a checkmark or an X. |
|
|
RichText |
Designed for the insertion of RTF (Rich Text format) documents into the report. Source can be a BLOB field. |
|
|
OLE |
Designed for the insertion of an OLE object into the report. |
|
|
Chart |
Designed for the insertion of charts or diagrams into the report. TeeChart component must be installed in Delphi for this to work. |
|
|
RichText 2.0 |
Similar to the RichText component but will also allow pictures and OLE objects inside the RTF text. Source can be a BLOB field. TrxRichEdit component and RX library must be installed in Delphi to use this component. Uncomment the corresponding line in FR.inc to enable in FR. |