GetFieldHeightInformationEventArgs Class Members
In This Topic
The following tables list the members exposed by GetFieldHeightInformationEventArgs.
Public Constructors
Public Properties
| Name | Description |
| AvailableSpace | Returns the space (height) within the report container for one page which is available for printing. The unit is the currently defined List & Label unit (see Unit Property). |
| Graphics | Graphics object of the Designer object. Graphics is provided as reference for coordinate transformations, drawing operations shouldn't be done here. |
| IdealHeight | Returns the initially available height of the defined List & Label units for the print (see Unit Property). You can control when the Designer object has to make a page break on one page e.g. if the part to print is smaller than the actual size available so that List & Label can make a page break at the correct position. |
| MinimalHeight | This property defines the minimal height a line within a report container table. This is necessary to check if something can be printed at all (page break). The unit is the currently defined List & Label unit (see Unit Property). |
Top
Public Methods
See Also