c# - How to show Microsoft Report Rdlc Rows in Group and Show Sub Total -
e.g. have class called "product.cs"
product class has 3 properties:name, groupname , price. call function list of product object , want show below format in report(rdlc).
name groupname price name1 g1 10 name2 g1 10 20 name3 g2 5 name4 g2 10 15 35
how format way in report? help/hint appreciated. in advance.
Comments
Post a Comment