This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to implement the Excel export via spread processing and I can't get the aggregation result for specific columns for my footer row. I don't have groups so I can't use columns[i].GetAggregateResults() and AggregateResult does not have a public property for the column name (aggregateFunction is private and I can't access it with reflection in Silverlight).
I can't use the index of the AggregateResult either since I have to be pretty much generic here and not every column has an AggregateResult. So the only identifier here would be the index of the column or the field name of the column.
Do you have any idea how one could achieve this?
I'm trying to implement the Excel export via spread processing and I can't get the aggregation result for specific columns for my footer row. I don't have groups so I can't use columns[i].GetAggregateResults() and AggregateResult does not have a public property for the column name (aggregateFunction is private and I can't access it with reflection in Silverlight).
I can't use the index of the AggregateResult either since I have to be pretty much generic here and not every column has an AggregateResult. So the only identifier here would be the index of the column or the field name of the column.
Do you have any idea how one could achieve this?