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


AutoDefineNewLine Event

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
 
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 8, .NET 9

See Also