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


In This Topic
    AutoDefineTableRelation Event
    In This Topic

    This event is called when using data binding for each automatically declared table relation. Can be used for suppressing the relation.

    Syntax
    'Declaration
     
    
    Public Event AutoDefineTableRelation As AutoDefineDataItemHandler
    public event AutoDefineDataItemHandler AutoDefineTableRelation
    public:
    event AutoDefineDataItemHandler^ AutoDefineTableRelation
    Event Data

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

    PropertyDescription
    Name of the element. This value is returned e.g. by LlPrintDbGetCurrentTable.  

    If set to true, the element is not added to the designer.

     
    Table name for which the element is added.  
    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