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

In This Topic
    Italic Property (IndexEntryOccurrence)
    In This Topic
    Gets or sets a Boolean value allowing to highlight the page number corresponding to a certain occurrence of an entry using italic face. (Can be used to highlight the location where the main definition of an index entry is provided, for example.)
    Syntax
    'Declaration
     
    Public ReadOnly Property Italic As System.Boolean
    public System.bool Italic {get;}
    See Also