combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabel Class / DataMember Property


In This Topic
    DataMember Property (ListLabel)
    In This Topic

    Defines the "main" table and has the effect that only this table and all linked child tables are offered. Tables which are located above the specified table in the hierarchy will be hid. Set this property to empty (String.Empty) if you want to have all tables available generally.

    Use the AutoMasterMode Property to choose if the data of the DataMember should be transferred as fields (e.g. for an invoice list) or as variables (e.g. invoice collection).

    Syntax
    'Declaration
     
    
    Public Property DataMember As String
    public string DataMember {get; set;}
    public:
    property String^ DataMember {
       String^ get();
       void set (    String^ value);
    }
    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