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