SSRS Export to Excel Hide/Unhide Issue -



SSRS Export to Excel Hide/Unhide Issue -

i have ssrs 2008 study in have hide columns & export excel , after exporting excel, requirement says columns should unhidden in excel. please suggest way heard can't dont @ all.

thanks in advance!!

it can done, believe when deployed ssrs 2008 r2 server. how using now. way utilize conditional "hidden" property on columns set following: edit: switched true false around not hidden in excel

=iif(globals!renderformat.name = "excel",false,true)

that hide column unless outputting in excel.

you access columns if using vs2008 selecting advanced mode on top right drop downwards of grouping explorer near bottom of interface. columns list top bottom representing left right representation of columns. set "hidden" property 1 of selected.

ssrs-2008

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -