[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.TabStop.-ctor

TabStop Constructor

TabStop(int, string, TabType)

Initializes a new instance of the TabStop struct.

Declaration
public TabStop(int position, string leadingChar, TabType type)
Parameters
Type Name Description
int position

The position of the tab stop in TWIPs.

string leadingChar

The character used to fill the space created by the tab stop.

TabType type

The type of the tab stop.