Data Components
|
DBText This displays values from all type of database fields. Use the DisplayFormat property format how the data will appear. This component is used widely throughout the reports.
|
DBMemo Prints multiple lines of plain text in a report. Typically, this component is used with Notes fields. 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.
|
|
|
DBRich Text You will not need to use this component.
|
DBCalc Used for simple database calculations (Sum, Min,Max, Count, and Average). The value can be reset when a group breaks using the ResetGroup property. More on this later
|
|
|
DBImage It is unlikely that you will need to use this component. It prints images that have been stored in the Rental Desk database.
|
|
DBBarcode Print barcodes based on the BarCode Type and the value supplied via the DataField assigned to the component.
|
|
DBCheckbox Displays a checkbox based on the value of the field specified in the DataField property. This component can be used with a Boolean field (True / False).
|