RDLC grouping rows -
i'm trying rdlc table/matrix gruoping id. have dataset returning:
id | name | price | quantity | subtotal | comment
the comment column optional,also can have multiple comments per id return duplicate rows different comment column.
then want display in table or matrix data this
id | name | quantity | price | subtotal
comment
i mean adding additional rows per comment. possible display rows in format? if so, best way achieve it?
this can achieved using rowgroups
. example you'd want stepped report.
here excellent tutorial msdn should of use you: create stepped report (report builder , ssrs)
Comments
Post a Comment