ActiveReports Developer 7
VerticalText Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > TextBox Class : VerticalText Property

Glossary Item Box

Gets or sets whether the control's text is rendered according to the vertical layout rules.

Syntax

Visual Basic (Declaration) 
Public Property VerticalText As System.Boolean
C# 
public System.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