Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top