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


In This Topic
    LlPrintGetItemsPerTable Method
    In This Topic

    Returns the number of lines of the smallest list on a page.

    Syntax
    'Declaration
     
    
    Public Function LlPrintGetItemsPerTable() As Integer
    public int LlPrintGetItemsPerTable()
    public:
    int LlPrintGetItemsPerTable(); 

    Return Value

    Number of table lines.

    Remarks

    Can be used to calculate the total number of output pages. This value need not be correct as the height of lines of various table lines may be different because of word wrap or different numbers of lines per field, multiple table lines etc. Any appearance condition and expression formula used to calculate this is using the currently defined variables and fields.

    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