Question

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

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top