LinkBase.RtfReportHeader Property
Gets or sets the RTF text, which will be printed as a Report Header.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | 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