Gets or sets a value indicating whether the page header should
print on the last page of the document.
This property overrides other related properties when set to false.
The default value is true.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] [XmlAttributeAttribute("PrintHeaderOnLastPage")] public bool PrintHeaderOnLastPage { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ <XmlAttributeAttribute("PrintHeaderOnLastPage")> _ Public Property PrintHeaderOnLastPage As Boolean Get Set |
Remarks
The default value for this property is True.