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


DrawTableLine Event

This event allows the modification of a table line. In this way, you can, for instance, create a customized colored and, if necessary, an alternating background (which List & Label provides too, but there might be reasons to paint it in this event).

Syntax
'Declaration
 
Public Event DrawTableLine As DrawTableLineHandler
 
Event Data

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

PropertyDescription

Internal callback data.

 

The area in which printing can be executed.

 

Graphics object. You can draw in the work space using the usual GDI + methods.

 

Indicates whether a zebra pattern was selected.

 
 

Index of the line in the project.

 

Type of the line.

 

Index of the line on this page.

 
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