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