Initializes a new instance of the IndexEntryOccurrence class.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public IndexEntryOccurrence( C1LinkTarget target, bool bold, bool italic ) |
Visual Basic |
---|
Public Sub New ( _ target As C1LinkTarget, _ bold As Boolean, _ italic As Boolean _ ) |
Parameters
- target
- Type: C1.C1Preview..::..C1LinkTarget
The C1LinkTarget that is assigned to the Target property of the current occurrence.
- bold
- Type: System..::..Boolean
The bold flag that is assigned to the Bold property of the current occurrence.
- italic
- Type: System..::..Boolean
The italic flag that is assigned to the Italic property of the current occurrence.