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


In This Topic
    LlPrintDidMatchFilter Method
    In This Topic

    Informs whether the last data record printed did match the filter given by the user, i.e. if it was really printed.

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

    Return Value

     

    Value

    Meaning

    false

    not printed

    true

    printed

    Remarks

    This function can only be called after LlPrint() / LlPrintFields().

    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