combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / AutoDefineNewLine Event


In This Topic
    AutoDefineNewLine Event
    In This Topic

    Similar to AutoDefineNewPage, this event is called when printing databound lists for every row of a table before calling LlPrintFields. Here, you can declare additional fields that you would like to use in the table. Make sure that you pass all field names in the form of "<tableid>.<fieldname>" in order to enable List & Label can connect these to their corresponding table (e.g. "Orders.OrderID").

    Syntax
    'Declaration
     
    
    Public Event AutoDefineNewLine As AutoDefineNewLineHandler
    public event AutoDefineNewLineHandler AutoDefineNewLine
    public:
    event AutoDefineNewLineHandler^ AutoDefineNewLine
    Event Data

    The event handler receives an argument of type AutoDefineNewLineEventArgs containing data related to this event. The following AutoDefineNewLineEventArgs properties provide information specific to this event.

    PropertyDescription

    Indicates whether the event is triggered for the design mode and whether test data can be transferred.

     
    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