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