[]
Specifies the type of change resulting from Process() or an event handler for a custom report item.
public enum ChangeType
| Name | 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) |