Skip to main content

XlsxExportOptionsEx.SkipFooterRow Event

Allows you to hide certain summary footers (or certain multi-line summary footers’ lines) from the exported document.Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public event SkipFooterRowEventHandler SkipFooterRow

Remarks

This event is equivalent to the XlsxExportOptionsEx.SkipFooterRow event. See this link for more details.

See Also