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


In This Topic
    DrawTableLine Event
    In This Topic

    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
    public event DrawTableLineHandler DrawTableLine
    public:
    event DrawTableLineHandler^ DrawTableLine
    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 7, .NET 8

    See Also