FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Section Class / UseColumnLayout Property

In This Topic
    UseColumnLayout Property (Section)
    In This Topic
    For master report's group and detail sections only, gets or sets a value indicating whether the current section should use column layout defined by Columns and ColumnLayout properties.
    Syntax
    'Declaration
     
    Public Property UseColumnLayout As Boolean
    public bool UseColumnLayout {get; set;}
    See Also