List & Label .NET
combit.Reporting.Dom Namespace / PropertyLayout Class / PrintOrder Property


In This Topic
    PrintOrder Property
    In This Topic

    Defines the print order of the labels. Following values are valid:

    Value Meaning
    0 horizontal
    1 vertical
    2 horizontal bottom up
    3 vertical bottom up

    Syntax
    'Declaration
     
    
    Public Property PrintOrder As String
    public string PrintOrder {get; set;}
    public:
    property String^ PrintOrder {
       String^ get();
       void set (    String^ value);
    }
    Requirements

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

    See Also