ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / HighlightArea.Type Enumeration

In This Topic
    HighlightArea.Type Enumeration
    In This Topic
    Represents the type of the highlight area. Areas are rendered differently depending on the type.
    Syntax
    'Declaration
     
    Public Enum HighlightArea.Type 
       Inherits System.Enum
    public enum HighlightArea.Type : System.Enum 
    Members
    MemberDescription
    SearchSearch area type.
    SelectionSelection area type.
    SelectionFrameSelection frame area type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.HighlightArea.Type

    See Also