'Declaration Public Property LayoutAction As LayoutAction
public LayoutAction LayoutAction {get; set;}
Property Value
Current layout action. The default is LayoutAction.MoveLayout | LayoutAction.NextRecord | LayoutAction.PrintSection, which returns a value of 7.
- PrintSection has a value of 1.
- MoveLayout has a value of 2.
- NextRecord has a value of 4.