[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeType

ChangeType Enum

Specifies the type of change resulting from Process() or an event handler for a custom report item.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum ChangeType

Fields

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)

Extension Methods