ActiveReports 12
TabStop Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > TabStop Structure : TabStop Constructor
The position of tab stop.
The leading char.
The type of tab stop.
Initializes a new instanse of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal position As Length, _
   ByVal leadingChar As String, _
   ByVal type As TabType _
)
public TabStop( 
   Length position,
   string leadingChar,
   TabType type
)

Parameters

position
The position of tab stop.
leadingChar
The leading char.
type
The type of tab stop.
See Also

Reference

TabStop Structure
TabStop Members