Groups | Blog | Home
all groups > sql server reporting services > august 2006 >

sql server reporting services : Sorting report by columns header


nicknack
8/27/2006 4:09:45 AM
Hi.

i have a report.

I want to be able to sort the report by clicking on one of the columns
header, just like in every other table in the web.

is it possibly?
nicknack
8/27/2006 9:51:09 PM
Hi.
Thanks for the reply and the link.

it helped me with the sorting problem/

Jeje =D7=9B=D7=AA=D7=91:
[quoted text, click to view]
Jeje
8/27/2006 11:00:06 PM
in RS2005 there is an integrated feature to do this.
look at the properties of the header cells of your table.
read this article:
http://www.databasejournal.com/features/mssql/article.php/10894_3570621_5


in RS2000 you have to "code" it. use an hidden parameter which specify the
sort needed, then use this parameter to sort what you want.
(I think you can found some samples on the web to do this)

[quoted text, click to view]

AddThis Social Bookmark Button