Skip to main content

MVCxCardViewExportSettings.ReportHeader Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string ReportHeader { get; set; }

Property Value

Type Description
String

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ReportHeader
CardViewSettings
.SettingsExport .ReportHeader

Remarks

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

ReportPageHeader

Note

Rich Text formating (RTF) is ignored when data is exported to a file in XLS format.

See Also