Object Property Reference
This topic introduces the properties of objects in Logi JReport Designer. It explains the report object properties shown in the Report Inspector and catalog data object properties in the Catalog Manager respectively.
Keep in mind the following while browsing each object for its properties:
- You will start off from a table listing all the properties for an object and what can be achieved with each property.
- Some properties are just used to show related information and cannot be edited.
- Some properties can be controlled by a formula or expression. If a formula is selected to control a property, it will be automatically generated as an expression prefixed by an @ sign. Also, some properties must be known by Logi JReport Engine before a page break, so that it can lay out the object. In a formula or expression, the special field PageNumber is the switch for setting the page break calculation time. If PageNumber is used in the formula or expression, then the calculation time will be after the page break, if PageNumber is not used, the calculation time will be before the page break. For this reason, Logi JReport will set the calculation time for controlling whether the formula or expression will be marked as before page break or after page break. For most properties, the property can be controlled by formula or expression at any time without concern about the page break.
- The same property for different objects usually means the same thing, unless otherwise stated.
- The unit of the measurement properties like Width, Height, Thickness and so on is determined by the Units setting in the Options dialog, which can either be inch or centimeter.
You can use the search bar to easily locate the desired property of an object (to display the search bar, select the Search button at the upper right corner of the Properties sheet). The search bar is closed when you select another object.
- Text box
Type in the text you want to search for and the properties containing the matched text will be listed.
Clear the text in the text box.
Lists more search options.- Highlight All
Specifies whether to highlight all matched text. - Match Case
Specifies whether to search for text that meets the case of the typed text. - Match Whole Word
Specifies whether to search for text that looks the same as the typed text. - Include Sub-Node
Available only in the Report Inspector. If selected, property searching will be performed within the property list of the selected object as well as those of its child objects.
- Highlight All
- Text box
Tip: When you hover the mouse on any property in Logi JReport Designer, a tip is displayed showing a brief description about the property. You can select on the tip to open the corresponding help doc or select to close the tip. If you do not want to display the property tips, uncheck Show tips in the Options dialog (File > Options > General > Show tips).