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

ASPxGridViewExportSettings.ReportFooter Property

Gets or sets the text displayed within a report’s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the text displayed within the report’s footer.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ReportFooter
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsExport.ReportFooter
MVCxGridView
.SettingsExport.ReportFooter
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsExport.ReportFooter

Remarks

The ReportFooter property specifies the text which 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

Note

  • Rich text formating (RTF) is ignored when data is exported to a file in XLS or XLSX format.
  • The report header and footer are not exported in XLS or XLSX format in data aware export mode.
See Also