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

SkipFooterRowEventArgs.SkipFooterRow Property

Gets or sets whether to hide the currently processed summary footer (or multi-line summary footer’s line).

Namespace: DevExpress.Export

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

Declaration

public bool SkipFooterRow { get; set; }

Property Value

Type Description
Boolean

true, to hide the current row/line; otherwise, false.

Remarks

Set the SkipFooterRow property to true to hide the current summary footer (or the currently processed line in a multi-line summary footer) from the export output.

See Also