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

ViewPrintOptionsBase.RtfReportHeader Property

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A document/report header, in rich text format.

Property Paths

You can access this nested property as listed below:

Object Type Path to RtfReportHeader
AdvBandedGridView
.OptionsPrint.RtfReportHeader
BandedGridView
.OptionsPrint.RtfReportHeader
BaseView
.OptionsPrint.RtfReportHeader
ColumnView
.OptionsPrint.RtfReportHeader
CardView
.OptionsPrint.RtfReportHeader
GridView
.OptionsPrint.RtfReportHeader
LayoutView
.OptionsPrint.RtfReportHeader
WinExplorerView
.OptionsPrint.RtfReportHeader

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