[]
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.
[C1Category("Layout")]
[C1Description("Section.UseColumnLayout", "Determines whether the section uses column layout defined by Layout.Columns and Layout.ColumnLayout properties (for group and detail sections of master report only).")]
public bool UseColumnLayout { get; set; }
<C1Category("Layout")>
<C1Description("Section.UseColumnLayout", "Determines whether the section uses column layout defined by Layout.Columns and Layout.ColumnLayout properties (for group and detail sections of master report only).")>
Public Property UseColumnLayout As Boolean