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

XRPivotGrid.GetFieldValue(PivotGridFieldBase, Int32) Method

Returns the specified field value.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public object GetFieldValue(
    PivotGridFieldBase field,
    int lastLevelIndex
)

Parameters

Name Type Description
field PivotGridFieldBase

A PivotGridFieldBase descendant, specifying a column or row field whose value is to be obtained.

lastLevelIndex Int32

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

Returns

Type Description
Object

An Object, specifying the field value.

See Also