ActiveReports 9
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

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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum