문제

I have entered data from January to December in order, but when displaying in matrix in rdlc it automatically sort alphabetically "eg.. April August ... September.." How can I disable this sorting?

enter image description here

도움이 되었습니까?

해결책

In the Column Groups, right click that column group name and select Group Properties.

In the Group Properties window, go to the Sorting tab and delete the Sort by column.

Now it should work as you expected.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top