combit List & Label 30 - .NET Help
combit.Reporting Namespace / GetFieldHeightInformationEventArgs Class

GetFieldHeightInformationEventArgs Class Properties

For a list of all members of this type, see GetFieldHeightInformationEventArgs members.

Public Properties
 NameDescription
Public PropertyReturns 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).  
Public PropertyGraphics object of the Designer object. Graphics is provided as reference for coordinate transformations, drawing operations shouldn't be done here.  
Public PropertyReturns 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.  
Public PropertyThis 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
See Also