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


In This Topic
    ListLabel Class
    In This Topic

    This class represents an instance of the List & Label object. You can set many options via the properties. The methods allow for a quick design and print access. The events give you further capabilities to influence the print result. The collections for designer objects and functions enable you to add functions and objects to the designer.

    The Core object gives you access to the full List & Label API. Last but not least the collections for fields, variables and chart fields host the data that make up the building blocks of your design. Add different types of data and choose the placeholder names for your end users.

    Object Model
    ListLabel ClassDesignerActionCollection ClassDesignerAction ClassDesignerFunctionCollection ClassDesignerObjectCollection ClassDesignerObject ClassIRepository Interface
    Syntax
    'Declaration
     
    
    Public Class ListLabel 
       Inherits System.ComponentModel.Component
       Implements IPrePrintTextProcessor 
    public ref class ListLabel : public System.ComponentModel.Component, IPrePrintTextProcessor  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             combit.Reporting.ListLabel

    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