Reports in asp.net 2005
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
hi, i am using a report viewer control in my application.i have many records with the same value in name column.i have to group the name n display it once in the report with its other details ex: name job zari swengineer swtester businessanalyst
zari
Are you making use of the Crystal Report Wizard to create your report or are you creating your report in code? This you have to do in the report itself, since the viewer only do what it says: View. There is 2 solutions. You can either create a grouping for that field OR You can sort that field so that all that names are together then you format that field to tell him to suppress duplicates. That way you will see the name once.