ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / TextBox Class / VerticalText Property

In This Topic
    VerticalText Property (TextBox)
    In This Topic
    Gets or sets whether the control's text is rendered according to the vertical layout rules.
    Syntax
    'Declaration
     
    Public Property VerticalText As Boolean
    public bool VerticalText {get; set;}
    Remarks
    In case of the HTML export filter, the vertical text is supported just for the DynamicHtml output type and works with Microsoft Internet Explorer only.
    See Also