Skip to main content

ViewPrintOptionsBase.RtfReportFooter Property

Gets or sets a document/report footer, in rich text format.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
String String.Empty

A document/report footer, in rich text format.

Property Paths

You can access this nested property as listed below:

Object Type Path to RtfReportFooter
BaseView
.OptionsPrint .RtfReportFooter

Remarks

See ViewPrintOptionsBase.RtfPageFooter, to learn more.

Example

The following animation shows how to insert the current date to the report header and then change the formatting settings to display the time portion along with the date.

RtfFooter-XtraGrid

See Also