ASPxGridViewExportSettings.ReportFooter Property
Specifies the text displayed within a report’s footer.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
Remarks
The ReportFooter property specifies the text that is displayed on the last page below the exported ASPxGridView:

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

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