Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderIndex Class / FillChar Property

In This Topic
    FillChar Property (RenderIndex)
    In This Topic
    Gets or sets a character used to fill the empty space between an index entry's Caption and the page number or numbers referencing the occurrences of that entry. This property is only used if PageNumbersAtRight on the current RenderIndex has been set to true.

    The default is a dot ('.').

    Syntax
    'Declaration
     
    Public Property FillChar As Char
    public char FillChar {get; set;}
    See Also