ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / TabStop Structure / LeadingChar Property

In This Topic
    LeadingChar Property (TabStop)
    In This Topic
    Gets the character used to fill in the space created by a tab which ends at this tab stop.
    Syntax
    'Declaration
     
    Public ReadOnly Property LeadingChar As String
    public string LeadingChar {get;}

    Property Value

    The leading character as a System.String.
    See Also