[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.WritingMode

WritingMode Enum

Specifies if the text is written horizontally or vertically.

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

Fields

Name Description
lrtb

Indicates left to right, top to bottom.

tbrl

Indicates top to bottom, right to left.

Extension Methods