ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / ChangeType Enumeration

In This Topic
    ChangeType Enumeration
    In This Topic
    Described type of change occured to report document
    Syntax
    'Declaration
     
    Public Enum ChangeType 
       Inherits System.Enum
    public enum ChangeType : System.Enum 
    Members
    MemberDescription
    ActionAction.
    NoneNone.
    RelayoutRelayout.
    RepaintRepaint.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.Interactivity.ChangeType

    See Also