Hi
I upgrated the version of libraries to the most recent (13.1).
After upgrade, the structure of the datasource is ok, but the measures values is presenting empty.
The objects of my datasource is dynamic, constructed with DynamicTypeBuilder.
Thanks
Hello Cassio,
Thank you for your post. I have been looking into it, but since I cannot be completely sure how your data is organized, I am not able to conclude what can casue your issue, so could you please send an isolated sample project, where this is reproduced, so I can investigate it further for you.
Looking forward for your reply.
Hi Stefan
I developed an isolated example that works good in V12.2, but not works in v13.1.
So I not found the option to attach here.
Can you give your e-mail adress?
Sorry, ignore the previous message,
I found and uploaded.
Hello Stefan
Yes, I modifield the foreground and its works.
Im sorry for asking for a so simple question.
I believe the foreground not works in v12. And Its was fixed in v13.
I Verifield any proprerties in xamlPivotGrid, and not viewed for foreground.
I sorry again and thanks so muth
I have been looking into your sample and I noticed that you set the XamPivotGrid's Foreground to white, which makes the Cell's text white and it is not visible. If you select a Cell you will notice that the text is there. If you want to make the Cells black with white text I can suggest you add the following Style to the XamPivotGrid's Resources:
<Style TargetType="ig:PivotCellControl"> <Setter Property="Foreground" Value="White"/> <Setter Property="Background" Value="Black"/> Style>
Please let me know if this helps you or you need further assistance on this matter.