'Declaration Public Property ColumnLayout As ColumnLayout
'Usage Dim instance As ReportSettings Dim value As ColumnLayout instance.ColumnLayout = value value = instance.ColumnLayout
public ColumnLayout ColumnLayout {get; set;}
'Declaration Public Property ColumnLayout As ColumnLayout
'Usage Dim instance As ReportSettings Dim value As ColumnLayout instance.ColumnLayout = value value = instance.ColumnLayout
public ColumnLayout ColumnLayout {get; set;}
When set to FitToPage, the width of the columns react as though they had a "weight". Reverting to SpanAcrossPages will not modify the values assigned to the Width property while in FitToPage mode. To cancel the assigned "weights", the Xceed.Grid.Column.ResetWidth method must be called for each column whose width is to be modified.
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