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

ASPxCardViewExportSettings.ReportHeader Property

Gets or sets the text displayed in a report’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the text displayed in the report’s header.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ReportHeader
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsExport.ReportHeader
MVCxCardView
.SettingsExport.ReportHeader
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsExport.ReportHeader

Remarks

The ReportHeader property specifies the text which is displayed on the first page over the exported ASPxCardView.

ReportPageHeader

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

ReportHeader

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