0
votes
votes
0 answers
RDLC grouping problem
Hi, I have problem with grouping in RDLC report. the sql query is: select headstruct, struct,name,surname rate from someTable; which return data with the following structure: headstruct1,struct1,name1,surname1,0.1 headstruct1,struc ...
