Skip to main content
A newer version of this page is available. .

LinkBase.RtfReportFooter Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[DefaultValue("")]
public string RtfReportFooter { get; set; }

Property Value

Type Default Description
String String.Empty

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