NewLayout

Discards the current report layout and creates a new blank layout.

Syntax

object.NewLayout()

The NewLayout method syntax has the following parts:

Part Description
object An expression evaluating to an object of type ARDesigner.

Example

'File > New, Menu Item
Private Sub miFNew_Click()
ARDesigner1.NewLayout
End Sub