Skip to main content
Tab

ASPxGridViewExportSettings.ReportFooter Property

Specifies the text displayed within a report’s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The report’s footer text.

Property Paths

You can access this nested property as listed below:

Object Type Path to ReportFooter
ASPxGridView
.SettingsExport .ReportFooter

Remarks

The ReportFooter property specifies the text that is displayed on the last page below the exported ASPxGridView:

ReportFooter

To make it easier to customize header and footer content, we provide the design-time editor shown in the following image:

ReportFooterEditor

Limitations

  • Rich text formating (RTF) is ignored in report header and footer when data is exported in WYSIWYG Mode.
  • The report header and footer are not exported in DataAware Mode.
See Also