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

In This Topic
    SeeAlsoFormat Property
    In This Topic
    Gets or sets a format string used to format the "See also" cross-references in the generated index.

    The default is "(see {0})".

    Syntax
    'Declaration
     
    Public Property SeeAlsoFormat As String
    public string SeeAlsoFormat {get; set;}
    See Also