Please add support for the Display(Name) DataAnnotations attribute for the autogenerated fields in the PivotGrid.
(Related to Title parameter for the rows and columns)
public class PivotModel
{
[Display(Name = "Net Revenue")]
public decimal Field1 { get; set; }
}