ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / WritingMode Property

In This Topic
    WritingMode Property (Style)
    In This Topic
    Gets or sets a value indicating whether the text is written horizontally or vertically.
    Syntax
    'Declaration
     
    Public Property WritingMode As ExpressionInfo
    public ExpressionInfo WritingMode {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to how the text is written.
    Remarks

    Valid values are listed in the table below.

    WritingMode Description
    lr-tb Text is written from left to right and from top to bottom.
    tb-rl Text is written from top to bottom and from right to left.
    See Also