ActiveReports Developer 7
IsDirty Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutPage Interface : IsDirty Property

Glossary Item Box

Allows to track changes for this page instance since last rendering.

Syntax

Visual Basic (Declaration) 
Property IsDirty As System.Boolean
C# 
System.bool IsDirty {get; set;}

See Also