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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -