Gets or sets the LayoutChangeBase object defining the change of page layout that will occur after the current object.

Namespace:  C1.C1Preview
Assembly:  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:

See Also