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


In This Topic
    LlPrintWillMatchFilter Method
    In This Topic

    Informs whether the present data record matches the filter chosen by the user, i.e. whether it will be printed with the next LlPrint() or LlPrintFields() function.

    Syntax
    'Declaration
     
    
    Public Function LlPrintWillMatchFilter() As Boolean
    public bool LlPrintWillMatchFilter()
    public:
    bool LlPrintWillMatchFilter(); 

    Return Value

    Value Meaning
    true printed
    false not printed
    Remarks

    This function can only be called after LlPrintStart or LlPrintWithBoxStart. The function calculates the filter value using the presently defined data (variables or 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