ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ColumnDirection Enumeration

In This Topic
    ColumnDirection Enumeration
    In This Topic
    Specifies the direction of columns in a multi-column report.
    Syntax
    'Declaration
     
    Public Enum ColumnDirection 
       Inherits System.Enum
    public enum ColumnDirection : System.Enum 
    Members
    MemberDescription
    AcrossDownPrint a row of details across all the columns before beginning a second row below it, and so on.
    DownAcrossPrints a column of details down the first column before moving on to the next column to its right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.ColumnDirection

    See Also