combit List & Label 29 - .NET Help
combit.Reporting Namespace / GetFieldHeightInformationEventArgs Class
Properties Methods

In This Topic
    GetFieldHeightInformationEventArgs Class Members
    In This Topic

    The following tables list the members exposed by GetFieldHeightInformationEventArgs.

    Public Constructors
    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
    Public Methods
     NameDescription
    Public Method  
    Top
    See Also