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


DrawTableField Event

Similar to DrawTableLine, this event can be used to apply a different color to each field of a table.

Syntax
'Declaration
 
Public Event DrawTableField As DrawTableFieldHandler
 
Event Data

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

PropertyDescription

Internal callback data.

 

The area in which printing can be executed.

 
Gets the content of the current output.  

Index of the field.

 

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

 

Index of the line definition used.

 

Type of line.

 

Cell spacing.

 
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