LinkBase.RtfReportFooter Property
Gets or sets the RTF text, which will be printed as a Report Footer.
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 LinkBase.RtfReportHeader and RtfReportFooter properties to display any information at the beginning and at the end of the document, created by a 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