SkipFooterRowEventArgs.MultiLineSummaryFooterIndex Property
Gets the index of the currently processed line in a multi-line summary footer.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | The zero-based index of a line in a multi-line summary footer. |
Remarks
For a multi-line summary footer, the SkipFooterRow event fires repeatedly for each of these lines. The MultiLineSummaryFooterIndex property identifies the currently processed line.
If the currently processed summary footer is not multi-line, the MultiLineSummaryFooterIndex property returns -1.
See Also