Back to Devexpress

LinkBase.RtfReportHeader Property

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-8f4b84ab.md

latest1.8 KB
Original Source

LinkBase.RtfReportHeader Property

Gets or sets the RTF text, which will be printed as a Report Header.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public string RtfReportHeader { get; set; }
vb
<DefaultValue("")>
Public Property RtfReportHeader As String

Property Value

TypeDefaultDescription
StringString.Empty

A String containing RTF text.

|

Remarks

Use the RtfReportHeader and LinkBase.RtfReportFooter properties to display any information at the beginning and at the end of the document, created by the LinkBase class descendants. These properties are designed to embed rich text instead of a plain one, in order to provide the capability for you to present any specific text you need as a report header or footer.

See Also

RtfReportFooter

LinkBase Class

LinkBase Members

DevExpress.XtraPrinting Namespace