ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntryOccurrence Class / IndexEntryOccurrence Constructor / IndexEntryOccurrence Constructor(C1LinkTarget,Boolean,Boolean)
The C1LinkTarget that is assigned to the Target property of the current occurrence.
The bold flag that is assigned to the Bold property of the current occurrence.
The italic flag that is assigned to the Italic property of the current occurrence.

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

    Parameters

    target
    The C1LinkTarget that is assigned to the Target property of the current occurrence.
    bold
    The bold flag that is assigned to the Bold property of the current occurrence.
    italic
    The italic flag that is assigned to the Italic property of the current occurrence.
    See Also