ActiveReports.Viewer3 Request technical support
VerticalText Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property VerticalText As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim value As Boolean
 
instance.VerticalText = value
 
value = instance.VerticalText
C# 
public bool VerticalText {get; set;}

See Also