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