I have a report that uses a parameter to determine what to print. The issue I am having is that the order I pass the values in is not used in the group. The group uses ascending order, so no matter what I pass in, it does this. When I try to do it in specified order, it wants actual data. My issue is that the data changes every time our Visual Studio service runs the report. How can I get the report to use the sorted list I sent in instead of re-sorting it when it runs? I have tried original order and specified order, neither gets me the result I need. Let me know please, thanks.
↧