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

XRPivotGrid.GetFieldByArea(PivotArea, Int32) Method

Returns a field at the specified visual position in the specified area.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public PivotGridFieldBase GetFieldByArea(
    PivotArea area,
    int areaIndex
)

Parameters

Name Type Description
area PivotArea

A PivotArea object that identifies the area containing the required field.

areaIndex Int32

An integer value that specifies the visible index of the field within the specified area.

Returns

Type Description
PivotGridFieldBase

A PivotGridFieldBase object at the specified visual position within the specified area.

Remarks

Hidden fields cannot be addressed by the GetFieldByArea method.

See Also