OneFormPerPage Property (PrintInfo)
In This Topic
Gets or sets a value indicating whether the grid in Form view style is printed each record per page.
Syntax
'Declaration
Public Property OneFormPerPage As System.Boolean
public System.bool OneFormPerPage {get; set;}
See Also