Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Pivot calculation values are not calculated properly. This issue occurs only if the "FieldName" value contains special character like "\n".
For example,
If the FieldName is "LH Leg_x000a_Qty", the ItemProperties should return the null value. If the value is "LH LegQty"(without new line character), ItemProperties returns the property descriptor value as expected.
Replication steps:
1.Run the attached demo.
2.Click the export button.
3.Now open the exported PDF file.
4.Check the pivot calculations values and you can see the unexpected result.