Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntryOccurrence Class / IndexEntryOccurrence Constructor / IndexEntryOccurrence Constructor(C1LinkTarget)
The C1LinkTarget that is assigned to the Target property of the current occurrence.

In This Topic
    IndexEntryOccurrence Constructor(C1LinkTarget)
    In This Topic
    Initializes a new instance of the IndexEntryOccurrence class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal target As C1LinkTarget _
    )
    public IndexEntryOccurrence( 
       C1LinkTarget target
    )

    Parameters

    target
    The C1LinkTarget that is assigned to the Target property of the current occurrence.
    See Also