Gets or sets a value indicating whether the page header should
print on the first 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("PrintHeaderOnFirstPage")] public bool PrintHeaderOnFirstPage { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ <XmlAttributeAttribute("PrintHeaderOnFirstPage")> _ Public Property PrintHeaderOnFirstPage As Boolean Get Set |
Remarks
The default value for this property is True.