Skip to main content

ReportInitializer.GetPivotGridField(String, String) Method

For internal use.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRPivotGridField GetPivotGridField(
    string pivotGridName,
    string fieldName
)

Parameters

Name Type
pivotGridName String
fieldName String

Returns

Type
XRPivotGridField
See Also