combit List & Label 30 - .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



LlPrintGetRemainingSpacePerTable Method

Returns the amount of space remaining in the table.

Syntax
'Declaration
 
Public Function LlPrintGetRemainingSpacePerTable( _
   ByVal fieldName As String, _
   ByVal dimension As Integer _
) As Integer
 

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 8, .NET 9

See Also