Gets or sets the LayoutChangeBase object
defining the change of page layout that will occur after the current object.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public LayoutChangeBase LayoutChangeAfter { get; set; } |
Visual Basic |
---|
Public Property LayoutChangeAfter As LayoutChangeBase Get Set |
Remarks
LayoutChangeBase is an abstract class.
Instances of the following non-abstract classes derived from it can be assigned to this property:
- LayoutChangeNoBreakDoes not insert a break. Provides the ability to change page layout for the next page without interrupting the current flow.
- LayoutChangeNewLineInserts a line break in the inline flow. Does not break the block flow.
- LayoutChangeNewColumnStarts a new column in a multi-column layout, or a new page otherwise.
- LayoutChangeNewPageStarts a new page.