'Declaration
Public Event DrawTableLine As DrawTableLineHandler
public event DrawTableLineHandler DrawTableLine
public: event DrawTableLineHandler^ DrawTableLine
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.
Property | Description |
---|---|
CallbackData | Internal callback data. |
ClipRectangle | The area in which printing can be executed. |
Graphics | Graphics object. You can draw in the work space using the usual GDI + methods. |
IsZebra | Indicates whether a zebra pattern was selected. |
LineDefinitionIndex | |
LineIndex | Index of the line in the project. |
LineType | Type of the line. |
PageLineIndex | Index of the line on this page. |
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