ActiveReports Developer 7
VerticalText Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : VerticalText Property

Glossary Item Box

Sets or returns a value indicating whether to draw text vertically when using the DrawText method.

Syntax

Visual Basic (Declaration) 
Public Property VerticalText As System.Boolean
C# 
public System.bool VerticalText {get; set;}

See Also