combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintGetRemainingSpacePerTable Method

determines the table (with the field given here) which is taken for the calculation. May be String.Empty if only one table exists in the project.

defines the "dimension" of the value. Dimensions should take one of the following values:

 

Value Meaning

LL_GRIPT_DIM_SCM

Return value is in SCM units (1/1000 mm or 1/25400 inch)

LL_GRIPT_DIM_PERC

Return value is the percentage compared to the table size on the current page



In This Topic
    LlPrintGetRemainingSpacePerTable Method
    In This Topic

    Returns the amount of space remaining in the table.

    Syntax
    'Declaration
     
    
    Public Function LlPrintGetRemainingSpacePerTable( _
       ByVal fieldName As String, _
       ByVal dimension As Integer _
    ) As Integer
    public int LlPrintGetRemainingSpacePerTable( 
       string fieldName,
       int dimension
    )
    public:
    int LlPrintGetRemainingSpacePerTable( 
       String^ fieldName,
       int dimension
    ) 

    Parameters

    fieldName

    determines the table (with the field given here) which is taken for the calculation. May be String.Empty if only one table exists in the project.

    dimension

    defines the "dimension" of the value. Dimensions should take one of the following values:

     

    Value Meaning

    LL_GRIPT_DIM_SCM

    Return value is in SCM units (1/1000 mm or 1/25400 inch)

    LL_GRIPT_DIM_PERC

    Return value is the percentage compared to the table size on the current page

    Return Value

     

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also