I have data coming in xml
<test>
<element>Test data #2 </element>
<element> Test data #1</element>
</test>
When we query the tag and display it on the report we see sorting forced by SSRS which is forces this dataset to show in ascending order
o/p
---
Test data #1
Test data #2
What is the default sorting in a Matrix tablix if no sorting implemented for a given incoming dataset?
Is there anyway we dont want SSRS sort this data and display as it is.I.e show based on the order it is getting in xml