Skip to main content

XRPivotGrid.GetFieldValueType(Boolean, Int32) Method

Gets the type of a field value in the column or row area.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public PivotGridValueType GetFieldValueType(
    bool isColumn,
    int lastLevelIndex
)

Parameters

Name Type Description
isColumn Boolean

true to retrieve information on a field value in the column area; false to retrieve information on a field value in the row area.

lastLevelIndex Int32

A zero-based index of a column/row that identifies the required field value. Indices are numbered starting from the left, for column fields, and from the top, for row fields.

Returns

Type Description
PivotGridValueType

A PivotGridValueType enumeration value that identifies the type of the required column/row field value.

See Also