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

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.v18.2.Core.dll

Declaration

public bool UseTableTotalFooter { get; set; }

Property Value

Type Description
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