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 Boolean
public bool OneFormPerPage {get; set;}
See Also