c# - Remove column and remove blank space in report viewer -


i need remove columns when generating report. however, columns hidden, leave gap on table.

my question how can remove gap?

i using parameter hide whole columns when meet string value

=parameters!reportparameterhideshow.value.equals("hidestring") 

thanks in advance.

ok solved after searching. want share facing problem.

"if click on tablix column highlight both header , data row , change hidden property doing changing individual hidden properties of header , data row simulatenously. means have changed text box hidden properities , not actual tablix column. result in text boxes being hidden tablix column not hide "whitespace".

however, if right click on tablix column (that little gray bar above header box, give pop menu has column visibility option. use expression indicate true or false when want hidden. notice when run report , condition met columns right pulled on against column left of hidden column, eliminated whitespace. in addition, objects outside tablix right of tablix pulled on well.

you not need set report property consumecontainerwhitespace true make work. in fact, setting property 1 way or has no effect @ related issue."

thanks nelliott01. http://social.msdn.microsoft.com/forums/en-us/sqlreportingservices/thread/9ee3f759-229d-45c2-9e41-5fa794e6aa2b


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -