Gets or sets a format string used to format the "See also" cross-references in the generated index.

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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string SeeAlsoFormat { get; set; }
Visual Basic
Public Property SeeAlsoFormat As String
	Get
	Set

See Also