ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo Class / OneFormPerPage Property

In This Topic
    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