|
Query |
Response |
|
first . how could I put sum for every group the pattern I talk about it is like in this image I want to sum sellerprice in every group , I know I could calcul the total sum using expression and adding row in end of group but how I could put sum for every group alone |
We can achieve your requirement to show sum in every group at the end of group by adding “Group Footer” to the parent group. We have prepared a simple report based on this and it can be downloaded from the below location.
Also, please find the video demo for adding group footer to the parent group while adding row group from the below location.
|
|
second , if i am calling my report from code behind in wpf , how could I add the header names for languages propose did I could change it through xaml ( the head text in blue color ) .. |
If your requirement is to change the tablix header dynamically from code behind, then you have to edit the report definition file from code behind to achieve your requirement. Please find the KB article for editing the report in code behind.
|