combit List & Label 30 - .NET Help
combit.Reporting.Dom Namespace / TableLineBase Class / Fields Property
Example


In This Topic
    Fields Property (TableLineBase)
    In This Topic
    This collection contains the fields of a table line. It can also be used to add new fields to the line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fields As CollectionTableFieldBases
    public CollectionTableFieldBases Fields {get;}
    public:
    property CollectionTableFieldBases^ Fields {
       CollectionTableFieldBases^ get();
    }
    Example
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 24H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

    See Also