Back to Devexpress

ASPxGridViewExporter.ReportHeader Property

aspnet-devexpress-dot-web-dot-aspxgridviewexporter-9cbee2bc.md

latest2.0 KB
Original Source

ASPxGridViewExporter.ReportHeader Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ReportHeader { get; set; }
vb
<DefaultValue("")>
Public Property ReportHeader As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Remarks

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

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

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

Export Grid View Data

ReportFooter

PageHeader

PageFooter

ASPxGridViewExporter Class

ASPxGridViewExporter Members

DevExpress.Web Namespace