Back to Devexpress

BeforeExportTableEventArgs.UseTableTotalFooter Property

corelibraries-devexpress-dot-export-dot-beforeexporttableeventargs.md

latest1.6 KB
Original Source

BeforeExportTableEventArgs.UseTableTotalFooter Property

Gets or sets whether to use the native Excel table footer (supports only a single line of summaries) or emulate this footer using formulas (multi-line summaries are supported in this mode).

Namespace : DevExpress.Export

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public bool UseTableTotalFooter { get; set; }
vb
Public Property UseTableTotalFooter As Boolean

Property Value

TypeDescription
Boolean

true , to use the native Excel table footer; otherwise, false.

|

Remarks

The native Excel table footer does not support multi-line summaries. Thus, if your source control contains multi-line total summaries, and you want all these summaries to be exported, set the UseTableTotalFooter property to false. Otherwise, only the first line of total summaries will be exported.

See Also

BeforeExportTableEventArgs Class

BeforeExportTableEventArgs Members

DevExpress.Export Namespace