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

SkipFooterRowEventArgs.MultiLineSummaryFooterIndex Property

Gets the index of the currently processed line in a multi-line summary footer.

Namespace: DevExpress.Export

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

Declaration

public int MultiLineSummaryFooterIndex { get; }

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