The base type for classes describing layout-releated changes that are applied to a C1PrintDocument before or after a RenderObject if assigned to LayoutChangeBefore or LayoutChangeAfter on that object.

Derived classes include LayoutChangeNewPage, LayoutChangeNewColumn, LayoutChangeNewLine and LayoutChangeNoBreak.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class LayoutChangeBase : ICloneable
Visual Basic
Public MustInherit Class LayoutChangeBase _
	Implements ICloneable

Inheritance Hierarchy

See Also