combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintGetRemainingItemsPerTable Method

determines the table (with the field given here) which is taken for the calculation.



LlPrintGetRemainingItemsPerTable Method

Returns the remaining number of lines in a table.

Syntax
'Declaration
 
Public Function LlPrintGetRemainingItemsPerTable( _
   ByVal field As String _
) As Integer
 

Parameters

field

determines the table (with the field given here) which is taken for the calculation.

Return Value

 

Remarks

As calculation is performed using the data defined at the time the function is called, it is likely that the return value is not applicable if the number of lines varies due to word breaks, multiple table lines and such. Variable and field contents cannot be modified until the next data line is printed. If lpszField is null or points to an empty string (""), the minimal value of all tables is used, otherwise the table containing the given field is used for the calculation. Alternatively, an object name with a prefix ":" like e.g. ":Table1" can be given. Appearance conditions and formulas will be evaluated with the currently defined data.

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