Skip to main content

SkipFooterRowEventArgs.MultiLineSummaryFooterIndex Property

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

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

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