Group By In Microsoft Report Viewer
-
Hello I am working Microsoft report viewer in Visual Stuio 2010. There is a Tablix in my report with serveral Columns inside of it, i want to have a Group By for the Column 3 and 4 . Tablix Column1 - Column2 - Column3 - Column4 - Column5 - Column6 I made a Group by for those Column , which caused that the Group By Column Appears in the first position of the Tablix( which i didn't want that Column there) , So i hide that Coulmn. GroupByOf3and4 - Column1 - Column2 - Column3 - Column4 - Column5 - Column6 The Group By works well, but Columns3 and 4 ( which are my goal) are repeating through every lines, which actually i don't want it like that. this is sample of table i would like to be in another forum i have posted it http://social.msdn.microsoft.com/Forums/vstudio/en-US/f0406a2e-a170-4d33-8b83-b17de16af26a/group-by-in-report-viewer[^] Thank you