ActiveReports 8
ChangeType Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : ChangeType Enumeration

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Enum ChangeType 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also