Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ianl
Starting Member
4 Posts |
Posted - 2009-11-22 : 08:22:19
|
Hi there,Does anyone know if it is possible to display sort criteria on a report.For example, I want to sort on 5 columns of my report, but by the time you print, the little arrows at the top of each page have disappeared so you have no idea which columns the reportis sorted by.The ideal would be if I could add them to the top of the report (which I have already done for any parameters), so it would read:"Sorted by: User, Date, Importance"Does anyone know if this is possible, and how I might go about it?Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-11-22 : 12:25:42
|
are you using interactive sort or are you sorting using sort property of dataset/container? |
|
|
ianl
Starting Member
4 Posts |
Posted - 2009-11-22 : 15:29:08
|
Thanks for the reply,Yes I'm using interactive sort |
|
|
|
|
|