[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ColumnDirection

ColumnDirection Enum

Specifies the direction of columns in a multi-column report.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum ColumnDirection

Fields

Name Description
AcrossDown

Print a row of details across all the columns before beginning a second row below it, and so on.

DownAcross

Prints a column of details down the first column before moving on to the next column to its right.

Extension Methods