Back to Devexpress

LinkBase.RtfReportFooter Property

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-7e5d5251.md

latest1.8 KB
Original Source

LinkBase.RtfReportFooter Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Property Value

TypeDefaultDescription
StringString.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

RtfReportHeader

LinkBase Class

LinkBase Members

DevExpress.XtraPrinting Namespace