[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.TabStop

TabStop Struct

Represents the tab stop.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct TabStop

Constructors

Name Description
TabStop(int, string, TabType)

Initializes a new instance of the TabStop struct.

Properties

Name Description
LeadingChar

Gets the character used to fill in the space created by a tab which ends at this tab stop.

Position

Gets the position of the current tab stop in TWIPs.

Type

Gets the type of the tab stop.

Extension Methods