Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / SuppressEmptyLastPage Property

In This Topic
    SuppressEmptyLastPage Property
    In This Topic
    Gets or sets a value indicating whether to suppress adding an empty page at the end of the document if the last object contains a page break after itself. The default value is false.
    Syntax
    'Declaration
     
    Public Property SuppressEmptyLastPage As Boolean
    public bool SuppressEmptyLastPage {get; set;}
    See Also