Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ColumnLayout Enumeration


In This Topic
    ColumnLayout Enumeration
    In This Topic
    Value representing how columns which surpass the available page width are printed in a report.
    Syntax
    'Declaration
     
    Public Enum ColumnLayout 
       Inherits System.Enum
    'Usage
     
    Dim instance As ColumnLayout
    public enum ColumnLayout : System.Enum 
    Members
    MemberDescription
    FitToPageThe columns in the report will automatically be resized in order to be printed across the entire width of the page.
    SpanAcrossPagesThe columns are printed across multiple pages.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Grid.Reporting.ColumnLayout

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also