Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set SSRS ConsumeContainerWhitespace property in Visual Studio 2008?

I am trying to set ConsumeContainerWhitespace using the Report Designer in Visual Studio 2008, but I can't find the property in the GUI. Since I can't find it, I'm wondering if this is new to VS 2010. Is it possible to set this property in VS 2008? If so, how is it done?

like image 365
poke Avatar asked Feb 20 '12 19:02

poke


1 Answers

You can set this property using the VS2008 GUI. Just click on the report surface and hit F4 to bring up the properties window, and then select "Report" in the object selector at the top of the window. You should then see the ConsumeContanierWhitespace property. (see the screen shot below).

enter image description here

like image 78
Joe Alfano Avatar answered Oct 11 '22 11:10

Joe Alfano