GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Detail Class : ColumnDirection Property |
'Declaration Public Property ColumnDirection As ColumnDirection
public ColumnDirection ColumnDirection {get; set;}
ColumnDirection enumeration value that specifies whether the report will be printed across or down; default is ColumnDirection.DownAcross.
private void detail_Format(object sender, System.EventArgs eArgs) { this.detail.ColumnCount = 3; this.detail.ColumnDirection = ColumnDirection.AcrossDown; }
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format Me.Detail1.ColumnCount = 3 Me.Detail1.ColumnDirection = ColumnDirection.AcrossDown End Sub
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
Detail Class
Detail Members
ActiveReports6~GrapeCity.ActiveReports.Detail~ColumnCount
ActiveReports6~GrapeCity.ActiveReports.Detail~ColumnSpacing
ActiveReports6~GrapeCity.ActiveReports.GroupHeader~ColumnLayout