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.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute("SuppressEmptyLastPage")] [DefaultValueAttribute(false)] public bool SuppressEmptyLastPage { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute("SuppressEmptyLastPage")> _ <DefaultValueAttribute(False)> _ Public Property SuppressEmptyLastPage As Boolean Get Set |
Remarks
The default value for this property is False.