[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.GrowDirection

GrowDirection Enum

Specifies the layout direction for List report item.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum GrowDirection

Fields

Name Description
Column

List are laid out in a column, from top to bottom.

ColumnReverse

List are laid out in a column, from bottom to top.

Row

List are laid out in a row, from left to right.

RowReverse

List are laid out in a row, from right to left.

Extension Methods