GroupSortingSummaryRowChangedEventArgs.FieldValue Property
Provides access to a data field, whose data can be used in calculating a custom summary for sorting groups.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Object | A Object representing a data field. |
Remarks
Use the FieldValue property to get access to a data field, whose data may be required when calculating a custom summary.
To learn more, see Grouping and Sorting a Report’s Data and Calculating Custom Summaries via Scripts.
See Also