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

In This Topic
    PageNumbersAtRight Property (RenderIndex)
    In This Topic
    Gets or sets a value indicating whether page numbers in the generated index should be right-aligned.

    The default is false.

    Syntax
    'Declaration
     
    Public Property PageNumbersAtRight As Boolean
    public bool PageNumbersAtRight {get; set;}
    See Also