ActiveReports 12
ChangeType Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : ChangeType Enumeration
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace