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

MVCxCardViewExportSettings.ReportFooter Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string ReportFooter { get; set; }

Property Value

Type Description
String

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ReportFooter
CardViewSettings
.SettingsExport.ReportFooter
CardViewSettings<CardType>
.SettingsExport.ReportFooter

Remarks

The ReportFooter property specifies the text which is displayed on the last page below the exported Card View:

ReportFooter

See Also