ActiveReports Developer 7
ChangeType Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ChangeResult Structure : ChangeType Property

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 ReadOnly Property ChangeType As ChangeType
C# 
public ChangeType ChangeType {get;}

See Also