Skip to main content

IRootDataNode.GetTotalDetailCount() Method

If implemented by a class, returns the total number of detail rows.

Namespace: DevExpress.XtraPrinting.DataNodes

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

int GetTotalDetailCount()

Returns

Type Description
Int32

An integer value specifying the total detail count.

See Also