Hi,
Could you provide some example on how to get cell aggregate value, I have tied the following code with no success:
IPivotResults results = RadPivotGrid1.DataProvider.Results;
AggregateValue aValue = results.GetAggregateResult(0, GridControl.RadPivotGrid.RowGroups[0], GridControl.RadPivotGrid.ColumnGroups[0]);
GetAggregateResult(...) returns null.
Thanks.
Sheuly
Could you provide some example on how to get cell aggregate value, I have tied the following code with no success:
IPivotResults results = RadPivotGrid1.DataProvider.Results;
AggregateValue aValue = results.GetAggregateResult(0, GridControl.RadPivotGrid.RowGroups[0], GridControl.RadPivotGrid.ColumnGroups[0]);
GetAggregateResult(...) returns null.
Thanks.
Sheuly