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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.