ActiveReports.Viewer3 Request technical support
TabTitleLength Property
See Also 


Gets or sets the character length of tab titles when using tabbed browsing. The default is 35.

Syntax

Visual Basic (Declaration) 
Public Property TabTitleLength As Integer
Visual Basic (Usage)Copy Code
Dim instance As Viewer
Dim value As Integer
 
instance.TabTitleLength = value
 
value = instance.TabTitleLength
C# 
public int TabTitleLength {get; set;}

See Also