reporting services - Remove sorting arrows from Sorted header in SSRS 2008 -
i have many sorted columns in y report , little arrows causing report become super wide. need columns stay sortable, gotta rid of sorting arrows. ideas?
step 1
check padding of each textbox default set 2pt (for left, right, top , bottom). reduce 0pt textboxes (sorted , unsorted). save space.
step 2
after reducing padding if report still wide. split header in multiple lines. if header here data split multi lines make space.
here
data
reduce font size of header.
step 3
if report still wide try this:
create parameters handle sorting. create 2 parameters "sort by" , "sort order". "sort by" handles parameters put interactive sort. "sort order" determines if ascending or descending. can use these parameters sort in detail group or in dataset itself.
hth.
Comments
Post a Comment