visual studio 2010 - Rdlc Report Grouping without repeating data -
i'm replicating report legacy system
the report grouping this
name number vocation bob 1 farmer dave 2 farmer banker where rdlcs grouping default
name number vocation bob 1 farmer dave 2 farmer dave 2 banker repeating entire row, not "interesting bits"
is there anyway replicate behavior in rdlcs?
i can think of way fake massaging data in c# vocation looks "farmer\nbanker", i'd find better solution.
hide duplicates property set name of dataset solved issue.
i had select text boxes of detail rows manually , change via properties window..
to labels on 2nd detail row repeat, changed hide duplicates property on cells "group", , labels showed on non repeating rows only.
to hide duplicates property need have properties window open , have row, group or cells selected.

Comments
Post a Comment