| Visual Basic (Declaration) | |
|---|---|
Public Enum ChangeType Inherits System.Enum  | |
| C# | |
|---|---|
public enum ChangeType : System.Enum  | |
| Member | Description | 
|---|---|
| Action | The user event should result in an action (such as redirecting to a URL) specified in ReportItem.Action | 
| None | Neither the RenderItem nor the underlying data source changed. | 
| Relayout | Properties of the CustomReportItem changed, requiring the report to be re-layout again. | 
| Repaint | The RenderItem changed, requiring the report to be rendered again | 
| Reprocess | Data Map must be re-created (for example, re-sort) | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeType