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


LlPrintFieldsEnd Method

Prints (tries to print) the footer on the last page and appended objects.

Syntax
'Declaration
 
Public Function LlPrintFieldsEnd() As Integer
 
Remarks

Only needed in list projects. Is necessary to make sure that the footer is printed, even if no other normal field data is available. If the return value is LlConst.LL_WRN_REPEAT_DATA, the footer could not be printed on the (last) page. LlPrintFieldsEnd() might have to be called multiple times to print the footer on another page.

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