ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntry Class / SeeAlso Property

In This Topic
    SeeAlso Property
    In This Topic
    Gets the System.Collections.Generic.List`1 of IndexEntry objects related to the current index entry. In the generated index, those entries will be listed as "See also" cross-references from the current to other entries.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeeAlso As System.Collections.Generic.List(Of IndexEntry)
    public System.Collections.Generic.List<IndexEntry> SeeAlso {get;}
    Remarks
    This method always returns a non-nullSystem.Collections.Generic.List`1, creating it if it did not exist. To test whether an index entry already contains any "See also" references without creating the SeeAlso collection, use the HasSeeAlso property.
    See Also