ReportInitializer.GetPivotGridField(String, String) Method
In This Article
For internal use.
Namespace: DevExpress.XtraReports
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public XRPivotGridField GetPivotGridField(
string pivotGridName,
string fieldName
)
#Parameters
Name | Type |
---|---|
pivot |
String |
field |
String |
#Returns
Type |
---|
XRPivot |
See Also