ASPxCardViewExporter.ReportHeader Property
Gets or sets the text displayed in a report’s header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value that specifies the text displayed in the report’s header. |
Remarks
The ReportHeader property specifies the text which is displayed on the first page over the exported ASPxCardView.
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