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


In This Topic
    DrawTableField Event
    In This Topic

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

    See Also