ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ChangeType Enumeration

In This Topic
    ChangeType Enumeration
    In This Topic
    Defines the type of change resulting from Process() or an event handler for a custom report item.
    Syntax
    'Declaration
     
    Public Enum ChangeType 
       Inherits System.Enum
    public enum ChangeType : System.Enum 
    Members
    MemberDescription
    ActionThe user event should result in an action (such as redirecting to a URL) specified in ReportItem.Action
    NoneNeither the RenderItem nor the underlying data source changed.
    RelayoutProperties of the CustomReportItem changed, requiring the report to be re-layout again.
    RepaintThe RenderItem changed, requiring the report to be rendered again
    ReprocessData Map must be re-created (for example, re-sort)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeType

    See Also